Removed DEFAULT_HOME reference from defines_global

This commit is contained in:
Michael King 2007-08-07 16:53:26 +00:00
parent 0c2648edaa
commit 13b19b9a16

View file

@ -38,9 +38,6 @@ HIDDEN_ATTRIBS = ["CHANLIST"]
# Server version number.
EVENNIA_VERSION = 'Alpha'
# Default home definition.
from settings import DEFAULT_HOME
# The message to show when the user lacks permissions for something.
NOPERMS_MSG = "You do not have the necessary permissions to do that."