diff --git a/code/modules/persistence/persistence.dm b/code/modules/persistence/persistence.dm index 316130d1566..095fdb6d2de 100644 --- a/code/modules/persistence/persistence.dm +++ b/code/modules/persistence/persistence.dm @@ -76,7 +76,7 @@ in their list throw EXCEPTION("No 'type' field in the data") var/path = text2path(data["type"]) if(!path) - throw EXCEPTION("Path not found: [path]") + throw EXCEPTION("Path not found: [data["type"]]") // Since Initialize() eats the first argument // we need to pass loc twice for organs, otherwise