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

@@ -75,6 +75,7 @@ public class Vars{
//server port
public static final int port = 6567;
public static final int webPort = 6568;
public static Control control;
public static Renderer renderer;