Better Graphics and UI ^^

This commit is contained in:
brausjonas
2023-01-29 21:14:03 +01:00
parent 569fa1f3db
commit 5ba5b786c9
110 changed files with 11893 additions and 2741 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ public class Server
switch(readData[0])
{
case 0:
case 2:
byte[] code = generateRoomCode();
output.write(code);
@@ -104,7 +104,7 @@ public class Server
}).start();
}
}
catch(Exception e){e.printStackTrace();}
catch(Exception e){}
}
private byte[] generateRoomCode()