Nickname changes update in NT, added warning when lack of VC++ causes a crash

This commit is contained in:
Omer
2019-10-29 15:10:43 +02:00
parent 78c904b325
commit 8e1c4695f9
5 changed files with 62 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ public class Server {
public static void main(int port) {
handler = new ServerHandler();
Javalin app = Javalin.create();
Javalin app = Javalin.create(javalinConfig -> javalinConfig.showJavalinBanner=false);
app.config.addStaticFiles("web");
app.ws("/websocket", ws -> {
ws.onConnect(ctx -> {