comment cleanup
This commit is contained in:
parent
5474c1bb1f
commit
91631d4f46
3 changed files with 4 additions and 3 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue