mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-28 22:15:53 -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