mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
pause_when_empty defaults to true.
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.
This commit is contained in:
parent
48b701ce84
commit
6eaeaf9cdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user