aboutsummaryrefslogtreecommitdiff
path: root/fabric/src
diff options
context:
space:
mode:
authorHacktheTime <l4bg0jb7@duck.com>2023-12-15 18:16:08 +0100
committerHacktheTime <l4bg0jb7@duck.com>2023-12-15 18:16:08 +0100
commit8ffaa253eae1b82c12c1e065fc9cc66006c9feab (patch)
treeacf9025fe22b2d144d3c1ec531480a09755160db /fabric/src
parentbf86da0fd755ca29b48de2fece6d57d50f9eb14f (diff)
parent93882c70896482024a7f4b90eee8e46641bd457c (diff)
downloadBBsentials-8ffaa253eae1b82c12c1e065fc9cc66006c9feab.tar.gz
BBsentials-8ffaa253eae1b82c12c1e065fc9cc66006c9feab.tar.bz2
BBsentials-8ffaa253eae1b82c12c1e065fc9cc66006c9feab.zip
Merge remote-tracking branch 'origin/hypeswap' into hypeswap
Diffstat (limited to 'fabric/src')
-rw-r--r--fabric/src/main/java/de/hype/bbsentials/fabric/Commands.java2
1 files changed, 1 insertions, 1 deletions
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;
}
)