chase null pointer
This commit is contained in:
@@ -61,8 +61,6 @@ public class MobileFSM {
|
||||
if (mob == null) {
|
||||
return;
|
||||
}
|
||||
if (mob.isGuard())
|
||||
awakeNPCguard(mob);
|
||||
STATE state = mob.state;
|
||||
switch (state) {
|
||||
case Idle:
|
||||
|
||||
Reference in New Issue
Block a user