aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch')
-rw-r--r--patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch b/patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch
index 65ea83a2c1..af05cbe092 100644
--- a/patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch
+++ b/patches/server/0861-Fix-demo-flag-not-enabling-demo-mode.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Fix demo flag not enabling demo mode
https://github.com/PaperMC/Paper/issues/9046
diff --git a/src/main/java/net/minecraft/server/Main.java b/src/main/java/net/minecraft/server/Main.java
-index aa19a24b10cc6f4f79bb9ad65f92f60735ac5387..deb2d8c22a1c5724d0ac8571f4ea54711988dc4b 100644
+index 953e228afc6f706b819bb26655b91761436cc68d..2906cb10461b5334a7555046384c28848eec149f 100644
--- a/src/main/java/net/minecraft/server/Main.java
+++ b/src/main/java/net/minecraft/server/Main.java
-@@ -332,7 +332,9 @@ public class Main {
+@@ -321,7 +321,9 @@ public class Main {
/*
dedicatedserver1.setPort((Integer) optionset.valueOf(optionspec10));