Moved the connect screen to the connect_screen config directive. Made the conf_value field on the configvalue model a TextField so we're not getting truncated at 255 as with a CharField. This means you'll need to delete your config tables and re-sync.
This commit is contained in:
parent
f3b4422990
commit
4d94132c54
4 changed files with 17 additions and 11 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