diff --git a/evennia/commands/default/muxcommand.py b/evennia/commands/default/muxcommand.py index 5e0967a130..e7eee50992 100644 --- a/evennia/commands/default/muxcommand.py +++ b/evennia/commands/default/muxcommand.py @@ -202,12 +202,6 @@ class MuxCommand(Command): else: self.character = None - def get_command_info(self): - """ - Update of parent class's get_command_info() for MuxCommand. - """ - self.get_command_info() - def get_command_info(self): """ Update of parent class's get_command_info() for MuxCommand.