mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 15:57:22 +01:00
fix bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user