mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
Previous two commits dealt with cmdset duplication issue. Resolve #2938
This commit is contained in:
parent
fddd9b3de7
commit
4b6ee288c1
1 changed files with 1 additions and 0 deletions
|
|
@ -538,6 +538,7 @@ class CmdSet(object, metaclass=_CmdSetMeta):
|
|||
|
||||
commands = self.commands
|
||||
system_commands = self.system_commands
|
||||
|
||||
for cmd in cmds:
|
||||
# add all commands
|
||||
if not hasattr(cmd, "obj") or cmd.obj is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue