Merge pull request #3485 from chiizujin/sethome_message

Add missing bracket in sethome message
This commit is contained in:
Griatch 2024-04-05 22:36:56 +02:00 committed by GitHub
commit 6dee18b989
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: