mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Groups are working now
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user