13
0
geforkt von Mirrors/Paper

Reload ban files when reloading the server. Adds BUKKIT-3470

By: feildmaster <admin@feildmaster.com>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2013-01-23 06:24:40 -06:00
Ursprung 5ff31d3a44
Commit 2cf54ae100

Datei anzeigen

@ -544,6 +544,9 @@ public final class CraftServer implements Server {
chunkGCPeriod = configuration.getInt("chunk-gc.period-in-ticks");
chunkGCLoadThresh = configuration.getInt("chunk-gc.load-threshold");
playerList.getIPBans().load();
playerList.getNameBans().load();
for (WorldServer world : console.worlds) {
world.difficulty = difficulty;
world.setSpawnFlags(monsters, animals);