From 2309a729c7e7f8a03522d22aad41212f7f93b296 Mon Sep 17 00:00:00 2001 From: oranges Date: Fri, 29 Sep 2017 15:48:08 +1300 Subject: [PATCH] Merge pull request #31076 from AutomaticFrenzy/elseif Fix dangling #elseif in list helpers --- code/__HELPERS/_lists.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm index 540ec9fb63..e5478adff4 100644 --- a/code/__HELPERS/_lists.dm +++ b/code/__HELPERS/_lists.dm @@ -474,7 +474,7 @@ #error Remie said that lummox was adding a way to get a lists #error contents via list.values, if that is true remove this #error otherwise, update the version and bug lummox -#elseif +#endif //Flattens a keyed list into a list of it's contents /proc/flatten_list(list/key_list) if(!islist(key_list))