mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Rebuild patches
This commit is contained in:
parent
d72abafa8f
commit
b2f9eaea66
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
|
|
||||||
public boolean unloadChunk(int x, int z, boolean save, boolean safe) {
|
public boolean unloadChunk(int x, int z, boolean save, boolean safe) {
|
||||||
+ org.spigotmc.AsyncCatcher.catchOp( "chunk unload"); // Spigot
|
+ org.spigotmc.AsyncCatcher.catchOp( "chunk unload"); // Spigot
|
||||||
if (safe && isChunkInUse(x, z)) {
|
if (isChunkInUse(x, z)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -0,0 +0,0 @@ public class CraftWorld implements World {
|
@@ -0,0 +0,0 @@ public class CraftWorld implements World {
|
||||||
|
|
Loading…
Reference in a new issue