Skip to content

Commit

Permalink
pause_when_empty defaults to true.
Browse files Browse the repository at this point in the history
pause_when_empty should by default be true, it is the default and intended behavior for 99% of servers, along with that, most players(myself included), expect that default configs will match the standard default of the game, and this caught me off guard to see the game was still running.
  • Loading branch information
Zarklord authored Dec 25, 2020
1 parent 48b701c commit 6eaeaf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamcmd_servers/dont_starve/server.cluster.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
game_mode = survival
max_players = 10
pvp = false
pause_when_empty = false
pause_when_empty = true

[NETWORK]
cluster_name = Pterodactyl Test Server
Expand All @@ -20,4 +20,4 @@ shard_enabled = true
bind_ip = 127.0.0.1
master_ip = 127.0.0.1
master_port = 11001
cluster_key = dst
cluster_key = dst

0 comments on commit 6eaeaf9

Please sign in to comment.