-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
Skip count down when players left #428
Skip count down when players left #428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not seem to work, even if I enter auto reboot warn minutes, the server will shutdown instantly every time, even if players are online
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it works as expected! Thanks for the contributions :D
…when-players-left Skip count down when players left
Context
Choices
Test instructions
Auto reboot
Players in game and messages
Join the server and verify that the server restarts in 5 minutes after the cronjob has started and you receive messages for 5, 2, 1 minutes, and 30, 10 seconds.
Players leave game during countdown
Join the server and once the cronjob starts leave the game and verify it restarts on the minute after you left.
Auto Update
Players in game and messages
Join the server and verify that the server restarts in 5 minutes after the cronjob has started and you receive messages for 5, 2, 1 minutes, and 30, 10 seconds.
Players leave game during countdown
Join the server and once the cronjob starts leave the game and verify it restarts on the minute after you left.
Checklist before requesting a review