Buffed all weapons and their prices, bugfixes

This commit is contained in:
Anuken
2018-02-02 16:24:53 -05:00
parent 9818f7e4ac
commit b320fad698
11 changed files with 81 additions and 32 deletions

View File

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