mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user