mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 04:13:51 -07:00
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/NameReferencingFileConverter.java
|
||||
+++ b/net/minecraft/server/NameReferencingFileConverter.java
|
||||
@@ -87,8 +87,9 @@
|
||||
@@ -88,8 +88,9 @@
|
||||
if (gameprofilebanlist.c().exists()) {
|
||||
try {
|
||||
gameprofilebanlist.load();
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -145,8 +146,9 @@
|
||||
@@ -146,8 +147,9 @@
|
||||
if (ipbanlist.c().exists()) {
|
||||
try {
|
||||
ipbanlist.load();
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -186,8 +188,9 @@
|
||||
@@ -187,8 +189,9 @@
|
||||
if (oplist.c().exists()) {
|
||||
try {
|
||||
oplist.load();
|
||||
@@ -36,7 +36,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -230,8 +233,9 @@
|
||||
@@ -231,8 +234,9 @@
|
||||
if (whitelist.c().exists()) {
|
||||
try {
|
||||
whitelist.load();
|
||||
@@ -48,7 +48,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -349,6 +353,30 @@
|
||||
@@ -350,6 +354,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);
|
||||
@@ -466,7 +494,7 @@
|
||||
@@ -467,7 +495,7 @@
|
||||
|
||||
private static File d(PropertyManager propertymanager) {
|
||||
String s = propertymanager.getString("level-name", "world");
|
||||
|
Reference in New Issue
Block a user