mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue