mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Removed secondary observers list in SWGObject, and possibly fixed chat related bugs
This commit is contained in:
@@ -261,7 +261,7 @@ public class ObjectManager extends Manager {
|
||||
}else{
|
||||
((CreatureObject) obj).setPosture(Posture.UPRIGHT);
|
||||
}
|
||||
((CreatureObject) obj).sendObservers(new PostureUpdate(obj.getObjectId(), ((CreatureObject) obj).getPosture()));
|
||||
((CreatureObject) obj).sendObserversAndSelf(new PostureUpdate(obj.getObjectId(), ((CreatureObject) obj).getPosture()));
|
||||
}
|
||||
obj.sendDataTransforms(transform);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user