Skip to content

Commit

Permalink
Changing appVersion layout to try websocket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NotVeridion committed Apr 30, 2024
1 parent bd655a0 commit 36e0a6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cse3310/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class App extends WebSocketServer {
ArrayList<String> colors = new ArrayList<String>();
int numReady = 0;
int GameId = 0;
static String appVersion;
String appVersion = "";

public App(int port) {
super(new InetSocketAddress(port));
Expand Down
Binary file modified target/classes/com/cse3310/App$LetterTimer.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/App.class
Binary file not shown.

0 comments on commit 36e0a6d

Please sign in to comment.