From 66899faa72a39b41edcf42e5fbcfcac55c36d095 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sat, 29 Aug 2020 23:10:13 -0700 Subject: [PATCH] needs that var/ --- code/modules/unit_tests/character_saving.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/unit_tests/character_saving.dm b/code/modules/unit_tests/character_saving.dm index 90767e3393..6c83d4142a 100644 --- a/code/modules/unit_tests/character_saving.dm +++ b/code/modules/unit_tests/character_saving.dm @@ -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]")