Browse Source

remove player formn cityoutlaws when they leave

master
FatBoy-DOTC 2 years ago
parent
commit
fb2205d700
  1. 2
      src/engine/ai/MobileFSM.java

2
src/engine/ai/MobileFSM.java

@ -317,8 +317,8 @@ public class MobileFSM { @@ -317,8 +317,8 @@ public class MobileFSM {
//minions don't respawn while guard captain is dead
if(mob.isAlive() == false){
mob.deathTime = System.currentTimeMillis();
return;
}
return;
}
}
CheckForRespawn(mob);

Loading…
Cancel
Save