chase null pointer

This commit is contained in:
2023-04-07 14:48:15 -05:00
parent 2827db5db5
commit a7dccb6301
2 changed files with 10 additions and 12 deletions
-2
View File
@@ -61,8 +61,6 @@ public class MobileFSM {
if (mob == null) {
return;
}
if (mob.isGuard())
awakeNPCguard(mob);
STATE state = mob.state;
switch (state) {
case Idle: