Skip to content

Commit

Permalink
repiush
Browse files Browse the repository at this point in the history
  • Loading branch information
axjh03 committed May 2, 2024
1 parent 230331f commit 9ee2617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/main/java/uta/cse3310/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ public App(int port) {
super(new InetSocketAddress(port));
initializeGameRooms();
}





// Player List
private void broadcastPlayerList() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<title>Dynamic Sections by WebSocket</title>
<title></title>
<style>
.hidden {
display: none;
Expand Down

0 comments on commit 9ee2617

Please sign in to comment.