Revert "Add the option to restrict the Engine that spawn"
This reverts commit e3e1f91635.
This commit is contained in:
@@ -151,7 +151,6 @@
|
||||
var/key_mode
|
||||
var/value_mode
|
||||
var/splitter = " "
|
||||
var/lowercase = TRUE
|
||||
|
||||
/datum/config_entry/keyed_list/New()
|
||||
. = ..()
|
||||
@@ -168,8 +167,7 @@
|
||||
var/key_value = null
|
||||
|
||||
if(key_pos || value_mode == VALUE_MODE_FLAG)
|
||||
if(lowercase)
|
||||
key_name = lowertext(copytext(str_val, 1, key_pos))
|
||||
key_name = lowertext(copytext(str_val, 1, key_pos))
|
||||
key_value = copytext(str_val, key_pos + 1)
|
||||
var/new_key
|
||||
var/new_value
|
||||
|
||||
Reference in New Issue
Block a user