mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 07:32:03 -07:00
Update to Minecraft 1.9
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -350,6 +354,30 @@
|
||||
@@ -349,6 +353,30 @@
|
||||
File file1 = new File(file2, s + ".dat");
|
||||
File file3 = new File(file, s1 + ".dat");
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
NameReferencingFileConverter.b(file);
|
||||
if (!file1.renameTo(file3)) {
|
||||
throw new NameReferencingFileConverter.FileConversionException("Could not convert file for " + s, null);
|
||||
@@ -467,7 +495,7 @@
|
||||
@@ -466,7 +494,7 @@
|
||||
|
||||
private static File d(PropertyManager propertymanager) {
|
||||
String s = propertymanager.getString("level-name", "world");
|
||||
|
Reference in New Issue
Block a user