mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
fix note bubbles for dance (both for starting and stopping)
This commit is contained in:
@@ -1428,6 +1428,8 @@ public class CreatureObject extends TangibleObject implements IPersistent {
|
||||
sendSystemMessage("@performance:" + type + "_stop_self",(byte)0);
|
||||
notifyAudience("@performance:" + type + "_stop_other");
|
||||
|
||||
getClient().getSession().write(messageBuilder.buildPerformanceId(performanceId));
|
||||
getClient().getSession().write(messageBuilder.buildPerformanceCounter(performanceCounter));
|
||||
getClient().getSession().write(messageBuilder.buildStartPerformance(false));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user