Temporary fix for #295

This commit is contained in:
Seefo
2014-03-28 21:20:11 -04:00
parent 9c30dbc695
commit 39a9e78ef6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -754,6 +754,8 @@ public class SimulationService implements INetworkDispatch {
}
}
core.groupService.handleGroupDisband(object); // Seefo: Temporarily moved from connectionService.disconnect as a temporary fix for issue #295
/*
object.createTransaction(core.getCreatureODB().getEnvironment());
core.getCreatureODB().put(object, Long.class, CreatureObject.class, object.getTransaction());