diff --git a/evennia/contrib/puzzles.py b/evennia/contrib/puzzles.py index 4653ec195f..5c9f0b96a1 100644 --- a/evennia/contrib/puzzles.py +++ b/evennia/contrib/puzzles.py @@ -757,8 +757,6 @@ class CmdListArmedPuzzles(MuxCommand): class PuzzleSystemCmdSet(CmdSet): """ CmdSet to create, arm and resolve Puzzles - - Add with @py self.cmdset.add("evennia.contrib.puzzles.PuzzlesCmdSet") """ def at_cmdset_creation(self):