server.reload() now reloads plugins

This commit is contained in:
Dinnerbone 2011-01-28 14:18:49 +00:00
parent c2d9af58fe
commit b6b5a1ef77

View File

@ -175,5 +175,9 @@ public final class CraftServer implements Server {
console.e.k = monsters ? 1 : 0;
console.e.a(monsters, animals);
pluginManager.clearPlugins();
commandMap.clearCommands();
loadPlugins();
}
}