Added websocket support for no good reason

This commit is contained in:
Anuken
2018-01-17 17:28:33 -05:00
parent b266516fad
commit 1b4a8c83ae
14 changed files with 564 additions and 99 deletions

View File

@@ -38,6 +38,7 @@ public class Mindustry extends ModuleCore {
@Override
public void dispose() {
platforms.onGameExit();
Net.dispose();
super.dispose();
}