diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 9dec42d582..8cdf69c5f6 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -3293,7 +3293,7 @@ class CmdFind(COMMAND_DEFAULT_CLASS): if "loc" in self.switches and not is_account and result.location: string += ( f" (|wlocation|n: |g{result.location.get_display_name(caller)}" - f"{result.get_extra_display_name_info(caller)}|n)" + f"{result.location.get_extra_display_name_info(caller)}|n)" ) else: # Not an account/dbref search but a wider search; build a queryset.