mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-05 06:17:19 -04:00
Fixed animation & buff window shows for recipient
This commit is contained in:
@@ -713,10 +713,10 @@ public class CreatureObject extends TangibleObject implements IPersistent {
|
||||
synchronized(objectMutex) {
|
||||
this.currentAnimation = currentAnimation;
|
||||
}
|
||||
//Animation animation = new Animation(getObjectId(), currentAnimation);
|
||||
//ObjControllerMessage objController = new ObjControllerMessage(0x1B, animation);
|
||||
Animation animation = new Animation(getObjectId(), currentAnimation);
|
||||
ObjControllerMessage objController = new ObjControllerMessage(0x1B, animation);
|
||||
|
||||
//notifyObservers(objController, true);
|
||||
notifyObservers(objController, true);
|
||||
|
||||
notifyObservers(messageBuilder.buildCurrentAnimationDelta(currentAnimation), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user