SPIGOT-3461: Standardise plugin load timing

This commit is contained in:
md_5
2017-07-26 13:20:29 +10:00
parent d35483b0e1
commit b1b9ab0df9
2 changed files with 12 additions and 11 deletions

View File

@@ -256,9 +256,6 @@ public final class CraftServer implements Server {
chunkGCPeriod = configuration.getInt("chunk-gc.period-in-ticks");
chunkGCLoadThresh = configuration.getInt("chunk-gc.load-threshold");
loadIcon();
loadPlugins();
enablePlugins(PluginLoadOrder.STARTUP);
}
public boolean getCommandBlockOverride(String command) {