Skip to content

Commit 9a47c1a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9efeb95 + e707fa3 commit 9a47c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class MyPacketListener extends PacketAdapter<Chat> {
8383
final Chat packet = event.getPacket();
8484
if(packet.getPosition() == 2) { // Position 2 means actionbar
8585
packet.setPosition((byte) 0); // Set to normal chat
86-
event.markForRewrite(); // We need to mark the packet for rewriting after we changed fields in the packet class. This is only needed when receiving packets.
86+
event.markForRewrite(); // We need to mark the packet for rewriting after we changed fields in the packet class. This is only necessary when receiving packets.
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)