mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-24 17:37:39 +01:00
Oops forgot to remove the note
This commit is contained in:
parent
49b20e37cb
commit
786788aa23
@ -500,7 +500,7 @@ public class PlayerPackets {
|
|||||||
String name = wrapper.get(Type.STRING, 0);
|
String name = wrapper.get(Type.STRING, 0);
|
||||||
if (name.equalsIgnoreCase("MC|BSign")) {
|
if (name.equalsIgnoreCase("MC|BSign")) {
|
||||||
Item item = wrapper.passthrough(Type.ITEM);
|
Item item = wrapper.passthrough(Type.ITEM);
|
||||||
if (item != null) { //TODO: HERE
|
if (item != null) {
|
||||||
item.setId((short) 387); // Written Book
|
item.setId((short) 387); // Written Book
|
||||||
ItemRewriter.rewriteBookToServer(item);
|
ItemRewriter.rewriteBookToServer(item);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user