mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
oops
This commit is contained in:
parent
05d74ebd3e
commit
5a94bdae5a
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ public class BedrockBlockEntityDataTranslator extends PacketTranslator<BlockEnti
|
|||
|
||||
@Override
|
||||
public void translate(GeyserSession session, BlockEntityDataPacket packet) {
|
||||
System.out.println(packet);
|
||||
NbtMap tag = packet.getData();
|
||||
String id = tag.getString("id");
|
||||
if (id.equals("Sign")) {
|
||||
|
|
Loading…
Reference in a new issue