mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
typo in classname
This commit is contained in:
parent
7f9d8c1442
commit
ffdf8ec289
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ class PuzzleSystemCmdSet(CmdSet):
|
|||
"""
|
||||
|
||||
def at_cmdset_creation(self):
|
||||
super(PuzzleSystemCmdSetCmdSet, self).at_cmdset_creation()
|
||||
super(PuzzleSystemCmdSet, self).at_cmdset_creation()
|
||||
|
||||
self.add(CmdCreatePuzzleRecipe())
|
||||
self.add(CmdArmPuzzle())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue