mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Fix the interactive mode line in here to actually be interactive. We'll need a cross-platform startup script soon, or at least one that takes an argument for interactive mode.
This commit is contained in:
parent
7f895133ec
commit
8ba1a93eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ mv -f $BASE_PATH/logs/evennia.log $BASE_PATH/logs/evennia.logs.old
|
|||
## mode instead of having to uncomment crap.
|
||||
|
||||
## Interactive mode. Good for development and debugging.
|
||||
#twistd --logfile=- --python=server.py
|
||||
#twistd -n --logfile=logs/evennia.log --python=server.py
|
||||
## Stand-alone mode. Good for running games.
|
||||
twistd --logfile=logs/evennia.log --python=server.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue