fix formatting
This commit is contained in:
parent
1aa6ff3562
commit
9f8a893ead
1 changed files with 1 additions and 1 deletions
|
|
@ -1383,7 +1383,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
if obj.has_account:
|
if obj.has_account:
|
||||||
if home:
|
if home:
|
||||||
string = _(
|
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))
|
obj.msg(string.format(dbid=home.dbid))
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue