This commit is contained in:
Seefo
2014-03-27 19:06:22 -04:00
parent c1df38b45a
commit bce1aa7ffa
2 changed files with 6 additions and 6 deletions
-6
View File
@@ -212,12 +212,6 @@ public class ConnectionService implements INetworkDispatch {
core.groupService.handleGroupDisband(object);
for (CreatureObject opponent : object.getDuelList()) {
if (opponent != null) {
core.combatService.handleEndDuel(object, opponent, false);
}
}
if (core.instanceService.isInInstance(object)) {
core.instanceService.remove(core.instanceService.getActiveInstance(object), object);
}