summaryrefslogtreecommitdiffstats
path: root/nms-patches/CommandGamerule.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/CommandGamerule.patch')
-rw-r--r--nms-patches/CommandGamerule.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/CommandGamerule.patch b/nms-patches/CommandGamerule.patch
index 9dceb5c9..6de41819 100644
--- a/nms-patches/CommandGamerule.patch
+++ b/nms-patches/CommandGamerule.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/CommandGamerule.java
+++ b/net/minecraft/server/CommandGamerule.java
-@@ -22,7 +22,7 @@
+@@ -23,7 +23,7 @@
}
public void execute(MinecraftServer minecraftserver, ICommandListener icommandlistener, String[] astring) throws CommandException {
@@ -9,7 +9,7 @@
String s = astring.length > 0 ? astring[0] : "";
String s1 = astring.length > 1 ? a(astring, 1) : "";
-@@ -87,4 +87,11 @@
+@@ -92,4 +92,11 @@
private GameRules a(MinecraftServer minecraftserver) {
return minecraftserver.getWorldServer(0).getGameRules();
}