Fixed attack stance task removal.

This commit is contained in:
MobiusDev 2016-04-30 20:11:53 +00:00
parent b001087964
commit 876c1a1ef5

View File

@ -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());
}
}
}