-
So.. in the in-game server settings, I have to manually untick the "pause when no players are on" so that the server continues when everyones off. The problem i'm having here is my server will sometimes restart due to power outages and such. Due to that, that untick I did will reset itself back to ticked and pause whenever no ones in again. I checked the serversettings.ini and it says mAutoPause=False. I would assume this means the pausing of the server while no players are on is disabled. Yet, it's still happening? Is there another way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Could you provide your full Docker run command/Docker Compose file? From the |
Beta Was this translation helpful? Give feedback.
My apologies @skhalid93, I completely forgot about this discussion alongside all of the 1.0 changes! The short version is that
AUTOPAUSE
is configured in-game now, not from an environment variable. If you change the state in-game, it will now persist (as long as you're running the latest version of the image). Thanks!