From 10c67a8bf90312fb45b05d4a347a2cc31ac64669 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Fri, 8 Jan 2021 02:55:29 -0800 Subject: [PATCH] update rust? --- code/game/world.dm | 5 +++-- rust_g.dll | Bin 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 rust_g.dll diff --git a/code/game/world.dm b/code/game/world.dm index 672db8f4f0..1287449e05 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -48,7 +48,8 @@ GLOBAL_LIST(topic_status_cache) world.Profile(PROFILE_START) - world.log = GLOB.config_error_log = GLOB.world_manifest_log = GLOB.world_pda_log = GLOB.world_job_debug_log = GLOB.sql_error_log = GLOB.world_href_log = GLOB.world_runtime_log = GLOB.world_attack_log = GLOB.world_game_log = "data/logs/config_error.[GUID()].log" //temporary file used to record errors with loading config, moved to log directory once logging is set bl + GLOB.config_error_log = GLOB.world_manifest_log = GLOB.world_pda_log = GLOB.world_job_debug_log = GLOB.sql_error_log = GLOB.world_href_log = GLOB.world_runtime_log = GLOB.world_attack_log = GLOB.world_game_log = "data/logs/config_error.[GUID()].log" //temporary file used to record errors with loading config, moved to log directory once logging is set bl + start_log(GLOB.world_runtime_log) log_world("World loaded at [TIME_STAMP("hh:mm:ss", FALSE)]!") @@ -213,7 +214,7 @@ GLOBAL_LIST(topic_status_cache) return handler = new handler() - return handler.TryRun(input) + return handler.TryRun(input, addr) /world/proc/AnnouncePR(announcement, list/payload) var/static/list/PRcounts = list() //PR id -> number of times announced this round diff --git a/rust_g.dll b/rust_g.dll old mode 100755 new mode 100644