summaryrefslogtreecommitdiffstats
path: root/nms-patches/NameReferencingFileConverter.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-05-10 21:47:39 +1000
committermd_5 <git@md-5.net>2016-05-10 21:47:39 +1000
commitc5e9a169fa564f3b8119b6666f8df59d5a9b45c3 (patch)
tree9f3b1ce732f0082b71512b1dddb7abb35526226e /nms-patches/NameReferencingFileConverter.patch
parent4cb32587ac1ff543b2efa9498f8d0d358cb90c12 (diff)
downloadcraftbukkit-c5e9a169fa564f3b8119b6666f8df59d5a9b45c3.tar
craftbukkit-c5e9a169fa564f3b8119b6666f8df59d5a9b45c3.tar.gz
craftbukkit-c5e9a169fa564f3b8119b6666f8df59d5a9b45c3.tar.lz
craftbukkit-c5e9a169fa564f3b8119b6666f8df59d5a9b45c3.tar.xz
craftbukkit-c5e9a169fa564f3b8119b6666f8df59d5a9b45c3.zip
Minecraft 1.9.4
Diffstat (limited to 'nms-patches/NameReferencingFileConverter.patch')
-rw-r--r--nms-patches/NameReferencingFileConverter.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/nms-patches/NameReferencingFileConverter.patch b/nms-patches/NameReferencingFileConverter.patch
index 4d7fed98..82806a36 100644
--- a/nms-patches/NameReferencingFileConverter.patch
+++ b/nms-patches/NameReferencingFileConverter.patch
@@ -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");