mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fix erroneous logging of config errors for str_list configuration type (#54676)
Fixed issue brought up by @Cyberboss wherein the new ``str_list`` config type doesn't properly return true after setting the values and as a result has an erroneous error pop up in the config error log.
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
str_val = trim(str_val)
|
||||
if (str_val != "")
|
||||
config_entry_value += str_val
|
||||
return TRUE
|
||||
|
||||
/datum/config_entry/number_list
|
||||
abstract_type = /datum/config_entry/number_list
|
||||
|
||||
Reference in New Issue
Block a user