From d16a39505f54ac431a2982fff29a800b4910f293 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Thu, 5 Oct 2023 21:39:55 -0300 Subject: [PATCH] oopsies --- code/controllers/configuration/configuration.dm | 2 +- code/controllers/configuration/entries/general.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/configuration/configuration.dm b/code/controllers/configuration/configuration.dm index eea00edc4b..dd50017d31 100644 --- a/code/controllers/configuration/configuration.dm +++ b/code/controllers/configuration/configuration.dm @@ -151,7 +151,7 @@ if (entry == "$reset") var/datum/config_entry/resetee = _entries[lowertext(value)] if (!value || !resetee) - log_config_error("Warning: invalid $reset directive: [value]") + log_config("Warning: invalid $reset directive: [value]") continue resetee.set_default() log_config("Reset configured value for [value] to original defaults") diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index ef74a48c3a..f7c864a89f 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -277,7 +277,7 @@ /datum/config_entry/keyed_list/box_random_engine key_mode = KEY_MODE_TEXT value_mode = VALUE_MODE_NUM - lowercase = FALSE + lowercase_key = FALSE splitter = "," /datum/config_entry/flag/pai_custom_holoforms