mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 10:27:44 +01:00
Updated Upstream (Paper & Tuinity)
Upstream has released updates that appears to apply and compile correctly Paper Changes: 079a793b Revert "Only consider chunks Loaded if at BORDER status" eda80e3d Prevent fire from spreading to invalid locations Tuinity Changes: e0e7144 Aggressive state checking in region manager ba4dbb6 Do not allow ticket level changes while unloading playerchunks 1e695f4 Make sure inlined getChunkAt has inlined logic for loaded chunks
This commit is contained in:
@@ -49,10 +49,10 @@ index 120bf8436..848a185c0 100644
|
||||
|
||||
return true;
|
||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||
index 8494fb60f..0b74dd873 100644
|
||||
index 63f2dee38..caaab5015 100644
|
||||
--- a/src/main/java/net/minecraft/server/World.java
|
||||
+++ b/src/main/java/net/minecraft/server/World.java
|
||||
@@ -1498,4 +1498,14 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
|
||||
@@ -1507,4 +1507,14 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
|
||||
public final boolean isDebugWorld() {
|
||||
return this.debugWorld;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user