remove player formn cityoutlaws when they leave

This commit is contained in:
2023-05-07 12:41:31 -05:00
parent 526fe799f6
commit fb2205d700
+1 -1
View File
@@ -317,8 +317,8 @@ public class MobileFSM {
//minions don't respawn while guard captain is dead //minions don't respawn while guard captain is dead
if(mob.isAlive() == false){ if(mob.isAlive() == false){
mob.deathTime = System.currentTimeMillis(); mob.deathTime = System.currentTimeMillis();
return;
} }
return;
} }
} }
CheckForRespawn(mob); CheckForRespawn(mob);