mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Merge pull request #3485 from chiizujin/sethome_message
Add missing bracket in sethome message
This commit is contained in:
commit
6dee18b989
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue