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:
Griatch 2012-10-14 15:48:17 +02:00
parent 5b5328e6ca
commit cd5623a657

View file

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