Groups are working now

This commit is contained in:
Light2
2013-08-25 17:44:44 +02:00
parent 341b9519bf
commit 7025811b9b
14 changed files with 165 additions and 10 deletions
+4
View File
@@ -448,6 +448,10 @@ public class SimulationService implements INetworkDispatch {
CreatureObject object = (CreatureObject) client.getParent();
PlayerObject ghost = (PlayerObject) object.getSlottedObject("ghost");
if(object.getGroupId() != 0)
core.groupService.handleGroupDisband(object);
if (ghost != null) {
String objectShortName = object.getCustomName();