mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Remove duplicate get_command_info in MuxCommand base. Resolves #2164
This commit is contained in:
parent
006e8aeee8
commit
100fc7b5bf
1 changed files with 0 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue