Removed secondary observers list in SWGObject, and possibly fixed chat related bugs

This commit is contained in:
Obique
2015-05-17 23:40:18 -05:00
committed by Obique
parent 630f623117
commit a6596c1d3f
10 changed files with 33 additions and 45 deletions
+1 -1
View File
@@ -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);
}