mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/players/NameReferencingFileConverter.java
|
||||
+++ b/net/minecraft/server/players/NameReferencingFileConverter.java
|
||||
@@ -28,6 +28,11 @@
|
||||
@@ -27,6 +27,11 @@
|
||||
import net.minecraft.world.level.storage.SavedFile;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
public class NameReferencingFileConverter {
|
||||
|
||||
static final Logger LOGGER = LogUtils.getLogger();
|
||||
@@ -88,7 +93,7 @@
|
||||
@@ -87,7 +92,7 @@
|
||||
try {
|
||||
gameprofilebanlist.load();
|
||||
} catch (IOException ioexception) {
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,7 +151,7 @@
|
||||
@@ -145,7 +150,7 @@
|
||||
try {
|
||||
ipbanlist.load();
|
||||
} catch (IOException ioexception) {
|
||||
@@ -30,7 +30,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -187,7 +192,7 @@
|
||||
@@ -186,7 +191,7 @@
|
||||
try {
|
||||
oplist.load();
|
||||
} catch (IOException ioexception) {
|
||||
@@ -39,7 +39,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -231,7 +236,7 @@
|
||||
@@ -230,7 +235,7 @@
|
||||
try {
|
||||
whitelist.load();
|
||||
} catch (IOException ioexception) {
|
||||
@@ -48,7 +48,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -354,6 +359,30 @@
|
||||
@@ -349,6 +354,30 @@
|
||||
File file5 = new File(file, s2 + ".dat");
|
||||
File file6 = new File(file4, s3 + ".dat");
|
||||
|
||||
|
Reference in New Issue
Block a user