mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
ommit display_name in extra_info
This commit is contained in:
parent
7a7e379310
commit
302047eda5
1 changed files with 2 additions and 2 deletions
|
|
@ -3464,7 +3464,7 @@ class ExitCommand(_COMMAND_DEFAULT_CLASS):
|
|||
|
||||
"""
|
||||
|
||||
obj = None
|
||||
#obj = None
|
||||
|
||||
def func(self):
|
||||
"""
|
||||
|
|
@ -3504,7 +3504,7 @@ class ExitCommand(_COMMAND_DEFAULT_CLASS):
|
|||
if self.obj.destination:
|
||||
return " (exit to %s)" % self.obj.destination.get_display_name(caller, **kwargs)
|
||||
else:
|
||||
return " (%s)" % self.obj.get_display_name(caller, **kwargs)
|
||||
return _(" (exit)")
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue