From c4e4544abd7e77ba06d87447ef1bb1be42e3f64a Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 7 Nov 2022 23:55:24 +0100 Subject: [PATCH] Previous two commits dealt with cmdset duplication issue. Resolve #2938 --- evennia/commands/cmdset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/commands/cmdset.py b/evennia/commands/cmdset.py index 863d754151..f29a1cabbd 100644 --- a/evennia/commands/cmdset.py +++ b/evennia/commands/cmdset.py @@ -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: