fix formatting

This commit is contained in:
JohniFi 2025-03-28 12:37:07 +01:00
parent 1aa6ff3562
commit 9f8a893ead

View file

@ -1383,7 +1383,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
if obj.has_account:
if home:
string = _(
"Your current location has ceased to exist," " moving you to (#{dbid})."
"Your current location has ceased to exist, moving you to (#{dbid})."
)
obj.msg(string.format(dbid=home.dbid))
else: