From f78c95168e0c055dadfbdc91db5e254f89c94650 Mon Sep 17 00:00:00 2001 From: hackthetime Date: Fri, 15 Dec 2023 13:16:54 +0100 Subject: small change otg with missing push from desktop --- fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fabric/src') diff --git a/fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java b/fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java index f3a6d80..59de7c5 100644 --- a/fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java +++ b/fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java @@ -83,7 +83,7 @@ public class Commands implements MCCommand { int z = IntegerArgumentType.getInteger(context, "Z"); String contactWay = StringArgumentType.getString(context, "ContactWay"); - sendPacket(new ChChestPacket("", ChChestItems.getItem(item.split(";")), x + " " + y + " " + z, contactWay, "")); + sendPacket(new ChChestPacket(0, "", ChChestItems.getItem(item.split(";")), x + " " + y + " " + z, contactWay, "")); return 1; } ) -- cgit