3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Oops forgot to remove the note

Dieser Commit ist enthalten in:
mmxw11 2017-09-22 17:18:21 +03:00
Ursprung 49b20e37cb
Commit 786788aa23

Datei anzeigen

@ -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);
}