From 84e84355c384f8b29b4ff5850c4786fec3644399 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 19 Nov 2019 01:07:43 -0700 Subject: [PATCH] Update code/controllers/configuration/config_entry.dm Co-Authored-By: Lin --- code/controllers/configuration/config_entry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/configuration/config_entry.dm b/code/controllers/configuration/config_entry.dm index 329b41197a..be9f7e116b 100644 --- a/code/controllers/configuration/config_entry.dm +++ b/code/controllers/configuration/config_entry.dm @@ -233,5 +233,5 @@ config_entry_value[process_key(i)] = TRUE return length(keys)? TRUE : FALSE -/datum/config_entry/multi_keyed_flag/process_key(key) +/datum/config_entry/multi_keyed_flag/proc/process_key(key) return trim(key)