SPIGOT-3461: Standardise plugin load timing

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2017-07-26 13:20:29 +10:00
parent 6d76725098
commit aba05b661c
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) {