mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Fix json serialization exception for paths (#31565)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user