Various fixes and debugging of weak-ref changes

This commit is contained in:
Griatch 2014-05-10 19:38:23 +02:00
parent 0030530021
commit 63c099c22f
6 changed files with 24 additions and 81 deletions

View file

@ -235,6 +235,8 @@ CMDSET_SESSION = "src.commands.default.cmdset_session.SessionCmdSet"
CMDSET_CHARACTER = "src.commands.default.cmdset_character.CharacterCmdSet"
# Command set for players without a character (ooc)
CMDSET_PLAYER = "src.commands.default.cmdset_player.PlayerCmdSet"
# Location to search for cmdsets if full path not given
CMDSET_PATHS = ["game.gamesrc.commands"]
######################################################################
# Typeclasses and other paths