Allow for changing the home location of new characters by changing a setting. The given location must exist and is given as a dbref. If one wants more advanced control over start locations, one needs to customize the unloggedin/create command to match the particular game. Resolves issue 178.

This commit is contained in:
Griatch 2011-08-06 19:39:06 +00:00
parent 2059fd9701
commit 16affc284b
5 changed files with 9 additions and 7 deletions

View file

@ -17,7 +17,6 @@ def create_config_values():
"""
Creates the initial config values.
"""
ServerConfig.objects.conf("default_home", '2')
ServerConfig.objects.conf("site_name", settings.SERVERNAME)
ServerConfig.objects.conf("idle_timeout", settings.IDLE_TIMEOUT)