Update to Minecraft 1.12-pre2
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b8446f770b
commit
40c8954e17
210 changed files with 2280 additions and 1974 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/net/minecraft/server/RegionFileCache.java
|
||||
+++ b/net/minecraft/server/RegionFileCache.java
|
||||
@@ -74,19 +74,29 @@
|
||||
@@ -74,17 +74,27 @@
|
||||
RegionFileCache.a.clear();
|
||||
}
|
||||
|
||||
|
@ -30,8 +30,5 @@
|
|||
}
|
||||
+ // CraftBukkit end
|
||||
|
||||
- public static boolean f(File file, int i, int j) {
|
||||
+ public static synchronized boolean f(File file, int i, int j) { // PAIL chunkExists; CraftBukkit
|
||||
public static synchronized boolean chunkExists(File file, int i, int j) {
|
||||
RegionFile regionfile = b(file, i, j);
|
||||
|
||||
return regionfile != null ? regionfile.c(i & 31, j & 31) : false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue