SYNTAX IN COMMENTS
defined relative evennia's root => defined relatively to Evennia's root
This commit is contained in:
parent
6d4dc91299
commit
7aaf1ff857
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ CMDSET_PATHS = ["game.gamesrc.commands"]
|
||||||
SERVER_SESSION_CLASS = "src.server.serversession.ServerSession"
|
SERVER_SESSION_CLASS = "src.server.serversession.ServerSession"
|
||||||
|
|
||||||
# Base paths for typeclassed object classes. These paths must be
|
# Base paths for typeclassed object classes. These paths must be
|
||||||
# defined relative evennia's root directory. They will be searched in
|
# defined relatively to Evennia's root directory. They will be searched in
|
||||||
# order to find relative typeclass paths.
|
# order to find relative typeclass paths.
|
||||||
OBJECT_TYPECLASS_PATHS = ["game.gamesrc.objects",
|
OBJECT_TYPECLASS_PATHS = ["game.gamesrc.objects",
|
||||||
"game.gamesrc.objects.examples",
|
"game.gamesrc.objects.examples",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue