Made the world info possible to turn off.
By: totokaka <ttotokaka@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From c4e48c299169a97a90a6d75871c39c6998a39cb9 Mon Sep 17 00:00:00 2001
|
||||
From 44708c33dfbffaf6bd135f7707780ca0bc5fdfee Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Thu, 7 Mar 2013 20:12:46 +1100
|
||||
Subject: [PATCH] Async Operation Catching
|
||||
@@ -73,10 +73,10 @@ index 0c378e7..4518acc 100644
|
||||
if (entity instanceof EntityHuman) {
|
||||
this.players.remove(entity);
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
index 9343d46..e3732a0 100644
|
||||
index a445d8f..1153eea 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
@@ -232,6 +232,7 @@ public class CraftWorld implements World {
|
||||
@@ -235,6 +235,7 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
public boolean unloadChunkRequest(int x, int z, boolean safe) {
|
||||
@@ -84,7 +84,7 @@ index 9343d46..e3732a0 100644
|
||||
if (safe && isChunkInUse(x, z)) {
|
||||
return false;
|
||||
}
|
||||
@@ -242,6 +243,7 @@ public class CraftWorld implements World {
|
||||
@@ -245,6 +246,7 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
public boolean unloadChunk(int x, int z, boolean save, boolean safe) {
|
||||
@@ -92,7 +92,7 @@ index 9343d46..e3732a0 100644
|
||||
if (safe && isChunkInUse(x, z)) {
|
||||
return false;
|
||||
}
|
||||
@@ -309,6 +311,7 @@ public class CraftWorld implements World {
|
||||
@@ -312,6 +314,7 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
public boolean loadChunk(int x, int z, boolean generate) {
|
||||
|
||||
Reference in New Issue
Block a user