mob cast fix
This commit is contained in:
@@ -348,7 +348,7 @@ public class MobAI {
|
||||
if (mob.nextCastTime == 0)
|
||||
mob.nextCastTime = System.currentTimeMillis();
|
||||
|
||||
return mob.nextCastTime <= System.currentTimeMillis();
|
||||
return mob.nextCastTime >= System.currentTimeMillis();
|
||||
|
||||
} catch (Exception e) {
|
||||
Logger.info(mob.getObjectUUID() + " " + mob.getName() + " Failed At: canCast" + " " + e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user