mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
JSON Logging Refactor (#18252)
* First pass * fixes * more fixes * num2hex length changes * pass 2 * fixed warning * looc log fix * . * update tgui * . * . * . * . * perttier * cleanup * . * . * fix token * no * . * . * . * , * modsay eventsay * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -123,7 +123,7 @@ GLOBAL_LIST_EMPTY(_preloader_attributes)
|
||||
new_z = FALSE,
|
||||
)
|
||||
if(isfile(dmm_file))
|
||||
log_debug("bapi-dmm was passed a file instead of a path string: [dmm_file]")
|
||||
log_mapping("bapi-dmm was passed a file instead of a path string: [dmm_file]")
|
||||
var/name = sanitize_filename("[dmm_file]")
|
||||
var/path = "data/baked_dmm_files/[name]"
|
||||
if(!fexists(path))
|
||||
|
||||
Reference in New Issue
Block a user