mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Some minor cleanups here and there.
This commit is contained in:
parent
ed6def0c88
commit
1feb3a80a5
3 changed files with 27 additions and 10 deletions
|
|
@ -211,7 +211,7 @@ def reset_server():
|
|||
It also checks so the warm-reset mechanism works as it should.
|
||||
"""
|
||||
from src.server.sessionhandler import SESSIONS
|
||||
print _(" Initial setup finished. Resetting/Reloading Server.")
|
||||
print _(" Initial setup complete. Resetting/reloading Server.")
|
||||
SESSIONS.server.shutdown(mode='reset')
|
||||
|
||||
def handle_setup(last_step):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue