From 1f3de48182d39f7562a60af0dcf156f24db8de42 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 14 Nov 2011 19:16:41 +0100 Subject: [PATCH] Removing some of the instruction of contrib.chargen which might, correctly written, cause problems if one misses a step. --- contrib/chargen.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/contrib/chargen.py b/contrib/chargen.py index 7ca7d7f22f..a8dc0a2845 100644 --- a/contrib/chargen.py +++ b/contrib/chargen.py @@ -20,17 +20,6 @@ add the following line to the end of OOCCmdSet's at_cmdset_creation(): self.add(chargen.OOCCmdSetCharGen) -If you have a freshly installed database you could also instead add/edit -this line to your game/settings.py file: - -CMDSET_OOC = "contrib.chargen.OOCCmdSetCharGen" - -This will replace the default OOCCmdset to look to this module -instead of the one in game.gamesrc.basecmdset. If you do this, uncomment -the super() statement in OOCCmdSetCharGen (end of this file) too. This will -however only affect NEWLY created players, not those already in the game, which i -s why you'd usually only do this if you are starting from scratch. - """ from django.conf import settings