mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
fix+cl (#17192)
This commit is contained in:
@@ -26,7 +26,7 @@ paiicon is the pai icon sprite name
|
||||
/proc/loadsynths_from_json()
|
||||
var/list/customsynthsprites = list()
|
||||
|
||||
if(!isfile("config/customsynths.json"))
|
||||
if(!(rustg_file_exists("config/customsynths.json") == "true"))
|
||||
log_config("The file config/customsynths.json was not found, custom synth config will not be loaded.")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user