From 64e125ae35ffc42b454b3c9b2bb78605555c51bd 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 e1774a2..a96c2e3 100644 --- a/fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java +++ b/fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java @@ -115,7 +115,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