Fixed attack stance task removal.
This commit is contained in:
parent
b001087964
commit
876c1a1ef5
@ -132,7 +132,7 @@ public class AttackStanceTaskManager
|
||||
actor.getServitors().values().forEach(s -> s.broadcastPacket(new AutoAttackStop(s.getObjectId())));
|
||||
}
|
||||
}
|
||||
_attackStanceTasks.remove(e);
|
||||
_attackStanceTasks.remove(e.getKey());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user