mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Fixes loading scars file (#62928)
a317825223 broke loading default string files with load_strings_file(), since there was no default directory
This commit is contained in:
@@ -33,7 +33,7 @@ GLOBAL_VAR(string_filename_current_key)
|
||||
/proc/strings_subkey_lookup(match, group1)
|
||||
return pick_list(GLOB.string_filename_current_key, group1)
|
||||
|
||||
/proc/load_strings_file(filepath, directory)
|
||||
/proc/load_strings_file(filepath, directory = STRING_DIRECTORY)
|
||||
if(IsAdminAdvancedProcCall())
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user