mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
fix+cl (#17192)
This commit is contained in:
@@ -171,7 +171,7 @@ var/datum/controller/subsystem/cargo/SScargo
|
||||
/datum/controller/subsystem/cargo/proc/load_from_json()
|
||||
var/list/cargoconfig = list()
|
||||
|
||||
if(!isfile("config/cargo.json"))
|
||||
if(!(rustg_file_exists("config/cargo.json") == "true"))
|
||||
log_config("The file config/cargo.json was not found, cargo items will not be loaded.")
|
||||
return
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ var/datum/controller/subsystem/chemistry/SSchemistry
|
||||
. = 0
|
||||
var/list/chemconfig = list()
|
||||
|
||||
if(!isfile("config/secretchem.json"))
|
||||
if(!(rustg_file_exists("config/secretchem.json") == "true"))
|
||||
log_config("The file config/secretchem.json was not found, secret chemicals will not be loaded.")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user