Made server log stop command, partial teleporter fix

This commit is contained in:
Anuken
2018-02-15 17:00:59 -05:00
parent 008889966f
commit d117225877
8 changed files with 21 additions and 18 deletions

View File

@@ -112,6 +112,7 @@ public class ServerControl extends Module {
Net.closeServer();
state.set(State.menu);
netServer.reset();
Log.info("Stopped server.");
});
handler.register("host", "<mapname> <mode>", "Open the server with a specific map.", arg -> {