13
0
geforkt von Mirrors/Paper

Corrected Exceptions text when loading and saving ops

Dieser Commit ist enthalten in:
stevenh 2011-02-24 01:18:23 +00:00
Ursprung 92cbb2fc23
Commit 2db976c840

Datei anzeigen

@ -348,7 +348,7 @@ public class ServerConfigurationManager {
bufferedreader.close();
} catch (Exception exception) {
a.warning("Failed to load ip ban list: " + exception);
a.warning("Failed to load ops: " + exception); // CraftBukkit corrected text
}
}
@ -365,7 +365,7 @@ public class ServerConfigurationManager {
printwriter.close();
} catch (Exception exception) {
a.warning("Failed to save ip ban list: " + exception);
a.warning("Failed to save ops: " + exception); // CraftBukkit corrected text
}
}