Further refactoring towards #1176.
This commit is contained in:
parent
09245589f5
commit
a9f08760cc
4 changed files with 14 additions and 11 deletions
|
|
@ -38,6 +38,7 @@ from evennia.server.sessionhandler import SESSIONS
|
|||
|
||||
_SA = object.__setattr__
|
||||
|
||||
SERVER_PIDFILE = ""
|
||||
if os.name == 'nt':
|
||||
# For Windows we need to handle pid files manually.
|
||||
SERVER_PIDFILE = os.path.join(settings.GAME_DIR, "server", 'server.pid')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue