Browse Source

corpse loading early exit changed to despawned instead of alive

master
FatBoy-DOTC 1 year ago
parent
commit
c0bac56761
  1. 4
      src/engine/InterestManagement/InterestManager.java

4
src/engine/InterestManagement/InterestManager.java

@ -454,8 +454,8 @@ public enum InterestManager implements Runnable { @@ -454,8 +454,8 @@ public enum InterestManager implements Runnable {
continue;
//removed, interest manager should still load mob corpses
//if (awonpc.isAlive() == false)
// continue;
if (awonpc.despawned == true)
continue;
awonpc.playerAgroMap.put(player.getObjectUUID(), false);
//MobileFSM.setAwake(awonpc, false);

Loading…
Cancel
Save