mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Fixed typo. Changed reload argument for evennia.py to be 'reload' rather than 'restart'.
This commit is contained in:
parent
f13e8cdf7c
commit
71bdc47fbb
2 changed files with 13 additions and 13 deletions
|
|
@ -160,7 +160,7 @@ class Evennia(object):
|
|||
"""
|
||||
if mode == None:
|
||||
if os.path.exists(SERVER_RESTART) and 'True' == open(SERVER_RESTART, 'r').read():
|
||||
mode = 'reload'
|
||||
mode = 'reload'
|
||||
else:
|
||||
mode = 'shutdown'
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue