comment cleanup

This commit is contained in:
Pierre Kisters 2020-08-14 16:21:17 +02:00
parent 5474c1bb1f
commit 91631d4f46
3 changed files with 4 additions and 3 deletions

View file

@ -295,7 +295,7 @@ public class DynmapPlugin {
private void serverStart(MinecraftServer server) {
// Set the server so we don't NPE during setup
this.server = server;
this.fserver = new FabricServer(this, server); // FIXME: Get server in actual server itf
this.fserver = new FabricServer(this, server);
this.onEnable();
plugin.onStarting(server.getCommandManager().getDispatcher());
}