Add missing bracket in sethome message

This commit is contained in:
Chiizujin 2024-04-05 18:55:00 +11:00
parent f88b68dac6
commit c578dfb1b5

View file

@ -1397,7 +1397,7 @@ class CmdSetHome(CmdLink):
obj.home = new_home
if old_home:
string = (
f"Home location of {obj} was changed from {old_home}({old_home.dbref} to"
f"Home location of {obj} was changed from {old_home}({old_home.dbref}) to"
f" {new_home}({new_home.dbref})."
)
else: