This commit is contained in:
OMGeeky
2025-06-24 15:23:44 +02:00
parent 18b92a3921
commit ec04b810d9

View File

@@ -321,7 +321,7 @@ public class NPCEditor extends JSONElementEditor {
}
}
if (updateHitReceived) {
if (hitEffectPane.effect.isNull()) {
if (hitReceivedEffectPane.effect.isNull()) {
npc.hit_received_effect = null;
} else {
npc.hit_received_effect = hitReceivedEffectPane.effect;