You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -425,7 +425,7 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
@@ -10455,17 +10455,17 @@ index 97a294d2f5c1ddf0af7ffec3e1425eb329c5751b..341e400f789e0eda29827e2c45c483a4
10455
10455
}
10456
10456
10457
10457
@Override
10458
-
@@ -732,7 +732,8 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
10458
+
@@ -734,7 +734,8 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
10459
+
if (s.isBlank()) return ""; // Paper - Do not process empty rcon commands
10459
10460
10460
-
public String runCommand(RconConsoleSource rconConsoleSource, String s) {
10461
10461
rconConsoleSource.prepareForCommand();
10462
10462
- this.executeBlocking(() -> {
10463
10463
+ final java.util.concurrent.atomic.AtomicReference<String> command = new java.util.concurrent.atomic.AtomicReference<>(s); // Folia start - region threading
@@ -317,7 +317,7 @@ public final class CraftServer implements Server {
@@ -903,7 +903,7 @@ index cf5bcb0ebc79c318d106695e39ad2883a5734aa1..d1d7f1fe4fa20355af40e5d77d2c3fa5
903
903
//Preconditions.checkState(!this.console.isIteratingOverLevels, "Cannot unload a world while worlds are being ticked"); // Paper - Cat - Temp disable. We'll see how this goes.
904
904
if (world == null) {
905
905
return false;
906
-
@@ -3079,11 +3118,27 @@ public final class CraftServer implements Server {
906
+
@@ -3084,11 +3123,27 @@ public final class CraftServer implements Server {
907
907
908
908
@Override
909
909
public double[] getTPS() {
@@ -934,7 +934,7 @@ index cf5bcb0ebc79c318d106695e39ad2883a5734aa1..d1d7f1fe4fa20355af40e5d77d2c3fa5
934
934
}
935
935
936
936
// Paper start - adventure sounds
937
-
@@ -3254,7 +3309,7 @@ public final class CraftServer implements Server {
937
+
@@ -3259,7 +3314,7 @@ public final class CraftServer implements Server {
938
938
939
939
@Override
940
940
public int getCurrentTick() {
@@ -2335,10 +2335,10 @@ index 7babc404e4920cd264206d4e83b1be6f841cdb8c..7a5312ab0fe3a21907a1d6b82fab9b4d
0 commit comments