diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 6acaa4dfdd..d79af3f2da 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -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: