From 100fc7b5bf3636a90f38c4c040fac8717dc3b276 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 18 Jul 2020 19:40:02 +0200 Subject: [PATCH] Remove duplicate get_command_info in MuxCommand base. Resolves #2164 --- evennia/commands/default/muxcommand.py | 6 ------ 1 file changed, 6 deletions(-) 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.