From cd5623a657c6c1ae4123ad4fabed5014c20198ec Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 14 Oct 2012 15:48:17 +0200 Subject: [PATCH] Changed settings_default to define DEFAULT_HOME as "#2" instead of just "2" to match the enforced way of using dbrefs. --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index 0948855f9..f741df186 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -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