๐ [Bug] Cannot stop server using command "server exit"
Stoabrogga opened this issue ยท 3 comments
Stoabrogga commented
๐ Bug report
After applying commit f6da813 it is not possible to stop the world server anymore using command "server exit". The server hangs after writing "Shutting down world..." and has to be killed manually.
Expected behavior
Command "server exit" should work as before.
Steps to reproduce
Start server and use command "server exit".
Version & Environment
Client Version: 1.12.1.5875
Commit Hash: f6da813
OS Client: Ubuntu 22.04 (Wine)
OS Server: Ubuntu 22.04
Crashlog
- None
Wall-core commented
try .server shutdown {seconds}
or abbreviated, .s s 1
Stoabrogga commented
Thanks, but this is just a workaround, not a solution. The command "server exit" should work as it did before f6da813.