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:
Greg Taylor 2008-06-15 02:51:56 +00:00
parent 7f895133ec
commit 8ba1a93eeb

View file

@ -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