Skip to content

Commit a93f1d4

Browse files
Add isPriority method to ServerSetTextColorPacket
1 parent 5938b03 commit a93f1d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/com/github/steveice10/mc/classic/protocol/packet/server/ServerSetTextColorPacket.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ public void write(NetOutput out) throws IOException {
5555
out.writeByte((byte) this.alpha);
5656
out.writeByte((byte) this.code);
5757
}
58+
@Override
59+
public boolean isPriority() {
60+
return false;
61+
}
5862
}

0 commit comments

Comments
 (0)