mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Previous two commits dealt with cmdset duplication issue. Resolve #2938
This commit is contained in:
parent
340b979d0d
commit
c4e4544abd
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