mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Whoops, accidentally committed a change to startup.sh
This commit is contained in:
parent
4d94132c54
commit
20e4c29747
1 changed files with 2 additions and 2 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 -noy twistd -ny server.py
|
||||
#twistd -noy twistd -ny server.py
|
||||
## Stand-alone mode. Good for running games.
|
||||
#twistd -y server.py
|
||||
twistd -y server.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue