v2.3.0: fixed freezes caused by recent pylon change

This commit is contained in:
Evan Debenham
2023-12-20 13:45:16 -05:00
parent eeeb436372
commit 207e0540c3

View File

@@ -93,6 +93,7 @@ public class Pylon extends Mob {
//end of char/mob logic
if (alignment == Alignment.NEUTRAL){
spend(TICK);
return true;
}