Skip to content

Commit

Permalink
表情动作静音
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Feb 10, 2024
1 parent bd0495d commit 8c628a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public boolean onUpdate(int currentTick) {
EmotePacket packet = new EmotePacket();
packet.runtimeId = this.getId();
packet.emoteID = this.config.getEmoteIDs().get(RsNPC.RANDOM.nextInt(this.config.getEmoteIDs().size()));
packet.flags = 0;
packet.flags = 0x3; // FLAG_SERVER | FLAG_MUTE_ANNOUNCEMENT
if (ProtocolInfo.CURRENT_PROTOCOL >= ProtocolVersion.v1_20_0_23) {
packet.xuid = "";
packet.platformId = "";
Expand Down

0 comments on commit 8c628a6

Please sign in to comment.