Fixed labymod emote

This commit is contained in:
Emmanuel Lampe
2020-04-13 12:38:35 +02:00
parent 5ca2599e6e
commit f587cc6cfa
2 changed files with 4 additions and 3 deletions
@@ -98,7 +98,7 @@ public abstract class NPCBase implements NPC, NPCPacketHandler {
forcedEmote.addProperty("uuid", uuid.toString());
forcedEmote.addProperty("emote_id", emoteId);
array.add(forcedEmote);
LMCUtils.sendLMCMessage(receiver, "emote_api", array.getAsJsonObject());
LMCUtils.sendLMCMessage(receiver, "emote_api", array);
}
public void disableFOV() {