Changed settings_default to define DEFAULT_HOME as "#2" instead of just "2" to match the enforced way of using dbrefs.
This commit is contained in:
parent
5b5328e6ca
commit
cd5623a657
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ BASE_SCRIPT_TYPECLASS = "src.scripts.scripts.DoNothing"
|
|||
# dbref (default is Limbo #2). If you want more advanced control over
|
||||
# start locations, copy the "create" command from
|
||||
# src/commands/default/unloggedin.py and customize.
|
||||
CHARACTER_DEFAULT_HOME = "2"
|
||||
CHARACTER_DEFAULT_HOME = "#2"
|
||||
|
||||
######################################################################
|
||||
# Batch processors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue