Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
This commit is contained in:
parent
d3808c1ea2
commit
4bb00013ae
28 changed files with 45 additions and 38 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 -n --logfile=logs/evennia.log --python=server.py
|
||||
twistd -n --logfile=logs/evennia.log --python=src/server.py
|
||||
## Stand-alone mode. Good for running games.
|
||||
#twistd --logfile=logs/evennia.log --python=server.py
|
||||
#twistd --logfile=logs/evennia.log --python=src/server.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue