mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Replaces return_file_text -> file2text (#21849)
Very ancient, decrepit proc that is somehow still used. Got rid of it in favor of byond's proc, which has been around long enough there isn't a version I can cite for it. No user facing changes.
This commit is contained in:
@@ -31,7 +31,7 @@ paiicon is the pai icon sprite name
|
||||
return
|
||||
|
||||
try
|
||||
customsynthsprites = json_decode(return_file_text("config/customsynths.json"))
|
||||
customsynthsprites = json_decode(file2text("config/customsynths.json"))
|
||||
catch(var/exception/ej)
|
||||
LOG_DEBUG("Error: Warning: Could not load custom synth config, as customsynths.json is missing - [ej]")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user