From 31b66e8a00b683ebb3308fbdad5e2d64e1fb43aa Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 17 Oct 2020 02:16:04 +0200 Subject: [PATCH] [MIRROR] 514 compatibility meme (#1341) * 514 will mine bitcoin in alternate realities to make you rich while you turn spacemen sideways (#54408) I swear I already removed this meme once. If it was going to happen it would've happened. * 514 compatibility meme Co-authored-by: vuonojenmustaturska --- code/__HELPERS/_lists.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm index 81b329ec03e..077337f7fdb 100644 --- a/code/__HELPERS/_lists.dm +++ b/code/__HELPERS/_lists.dm @@ -491,11 +491,6 @@ used_key_list[input_key] = 1 return input_key -#if DM_VERSION > 513 -#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 -#endif //Flattens a keyed list into a list of it's contents /proc/flatten_list(list/key_list) if(!islist(key_list))