From a1f4d847843798275ab79d90545b56a4cecdd66c Mon Sep 17 00:00:00 2001 From: Morrow Date: Sun, 1 Oct 2023 22:53:36 -0400 Subject: [PATCH] Initial --- code/game/gamemodes/game_mode.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index f6f75c6ba4e0..5382d80f37a2 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -105,6 +105,7 @@ var/global/cas_tracking_id_increment = 0 //this var used to assign unique tracki np.new_player_panel_proc() round_time_lobby = world.time log_game("Round started at [time2text(world.realtime)]") + log_game("Operation time at round start is [worldtime2text()]") if(SSticker.mode) log_game("Game mode set to [SSticker.mode]") log_game("Server IP: [world.internet_address]:[world.port]")