mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
missed an argument
This commit is contained in:
@@ -7,7 +7,7 @@ GLOBAL_VAR(string_filename_current_key)
|
||||
|
||||
|
||||
/proc/strings_replacement(filename, key, directory = "strings")
|
||||
load_strings_file(filename)
|
||||
load_strings_file(filename, directory)
|
||||
|
||||
if((filename in GLOB.string_cache) && (key in GLOB.string_cache[filename]))
|
||||
var/response = pick(GLOB.string_cache[filename][key])
|
||||
|
||||
Reference in New Issue
Block a user