needs that var/

This commit is contained in:
Putnam
2020-08-29 23:10:13 -07:00
parent 3097c790b8
commit 66899faa72

View File

@@ -10,5 +10,5 @@
Fail("Flavor text is failing to save.")
if(P.features["ooc_notes"] != "Bar")
Fail("OOC text is failing to save.")
catch(exception/e)
catch(var/exception/e)
Fail("Failed to save and load character due to exception [e.name]")