mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Remove superfluous get_command_info line. Resolves #2035
This commit is contained in:
parent
27888fac0b
commit
fea02b73bc
1 changed files with 0 additions and 9 deletions
|
|
@ -401,15 +401,6 @@ class Command(object, metaclass=CommandMeta):
|
|||
"""
|
||||
pass
|
||||
|
||||
def get_command_info(self):
|
||||
"""
|
||||
This is the default output of func() if no func() overload is done.
|
||||
Provided here as a separate method so that it can be called for debugging
|
||||
purposes when making commands.
|
||||
|
||||
"""
|
||||
self.get_command_info()
|
||||
|
||||
def get_command_info(self):
|
||||
"""
|
||||
This is the default output of func() if no func() overload is done.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue