Buffed all weapons and their prices, bugfixes
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user