Skip to content

Commit

Permalink
=)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaMap authored Dec 26, 2021
1 parent 1bc3fdc commit cad875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ContentRegister.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static void initEvents() {
}

//unpause the game if one player is connected
if (PVars.autoPause && Groups.player.size() > 0) {
if (PVars.autoPause && Groups.player.size() == 1) {
state.serverPaused = false;
Log.info("auto-pause: Game unpaused...");
Call.sendMessage("[scarlet][Server]:[] Game unpaused...");
Expand Down

0 comments on commit cad875e

Please sign in to comment.