mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 14:33:56 +01:00
Corrected Exceptions text when loading and saving ops
This commit is contained in:
parent
92cbb2fc23
commit
2db976c840
@ -348,7 +348,7 @@ public class ServerConfigurationManager {
|
|||||||
|
|
||||||
bufferedreader.close();
|
bufferedreader.close();
|
||||||
} catch (Exception exception) {
|
} 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();
|
printwriter.close();
|
||||||
} catch (Exception exception) {
|
} catch (Exception exception) {
|
||||||
a.warning("Failed to save ip ban list: " + exception);
|
a.warning("Failed to save ops: " + exception); // CraftBukkit corrected text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user