Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 13:00:06 +01:00
Reload ban files when reloading the server. Adds BUKKIT-3470
Dieser Commit ist enthalten in:
Ursprung
641ecc4f34
Commit
488e45b4ff
@ -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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren