Skip to content

Commit

Permalink
burn more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Sep 17, 2024
1 parent e19035a commit 68254c5
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 732 deletions.
2 changes: 0 additions & 2 deletions client/src/main/java/EntropyMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ else if (!bindOnPort(BIND_PORT_NUMBER))
return;
}

EncryptionUtil.failedDecryptionLogging = true;

checkForUpdatesIfRequired();

MainScreen application = ScreenCache.getMainScreen();
Expand Down
4 changes: 0 additions & 4 deletions server/src/main/java/object/Room.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ public void initialiseGame()
if (currentGame != null)
{
previousGame = currentGame.factoryCopy();
if (previousGame.getRoundNumber() > 1)
{
StatisticsUtil.saveGlobalStatistics(roomName, previousGame);
}
}

currentGame = new GameWrapper(gameId);
Expand Down
Loading

0 comments on commit 68254c5

Please sign in to comment.