Removed DEFAULT_HOME from settings.py into a server configuration directive via the confg app.
Changed clear_objects to reflect default home changes.
This commit is contained in:
parent
8b8099a9db
commit
0c2648edaa
3 changed files with 12 additions and 10 deletions
|
|
@ -1,11 +1,6 @@
|
|||
# A list of ports to listen on. Can be one or many.
|
||||
GAMEPORTS = [4000]
|
||||
|
||||
# The integer dbref of a home for objects that become homeless. This is the room
|
||||
# where new players start. NOTE: This is based on the default data. If you delete
|
||||
# #2, you will want to change this.
|
||||
DEFAULT_HOME = 2
|
||||
|
||||
# While DEBUG is False, show a regular server error page on the web stuff,
|
||||
# email the traceback to the people in the ADMINS tuple below. By default (True),
|
||||
# show a detailed traceback for the web browser to display.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue