mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-24 01:17:40 +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);
|
||||
if (name.equalsIgnoreCase("MC|BSign")) {
|
||||
Item item = wrapper.passthrough(Type.ITEM);
|
||||
if (item != null) { //TODO: HERE
|
||||
if (item != null) {
|
||||
item.setId((short) 387); // Written Book
|
||||
ItemRewriter.rewriteBookToServer(item);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user