forked from MagicBane/Server
remove mob movement delay
This commit is contained in:
@@ -721,13 +721,6 @@ public class MobAI {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if(mob.getTimestamps().containsKey("lastChase") == false) {
|
|
||||||
mob.getTimestamps().put("lastChase", System.currentTimeMillis());//ensure mob timestamps have the lastChase parameter
|
|
||||||
}
|
|
||||||
|
|
||||||
if(mob.getTimestamps().get("lastChase") + 1000 < System.currentTimeMillis())
|
|
||||||
return; // only allows mobs to chase once a second
|
|
||||||
|
|
||||||
if (!MovementUtilities.canMove(mob))
|
if (!MovementUtilities.canMove(mob))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user