-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use DoExit instead of Shutdown #395
Comments
When I first introduced the safe shutdown I was unsure if DoExit was a hard or soft termination so I went with shutdown. I'm not sure how to prove if DoExit is the same as shutdown with no timer. |
I just tested both of them. They both trigger these log messages
Because of this I would argue they do the same. |
I tested using Both edit all the INI files so I think it's safe to change it.
|
In that case I'll wait until #356 is merged and then create a PR for it. |
This can be closed as it was implemented in #412 |
Is your feature request related to a problem? Please describe.
We are using the rcon shutdown command to stop the server. With this it always shows a message in game chat, that the server will shutdown in 1 second.
Describe the solution you'd like
Choose a command without output, and use the broadcast command to inform the players.
My suggestion would be to use the DoExit command instead. As far as I can tell it is the same just without the delay and message.
Describe alternatives you've considered
Keep the shutdown command as is.
What do you guys think?
The text was updated successfully, but these errors were encountered: