diff --git a/utils/whisper_notice.lua b/utils/whisper_notice.lua index 97c4b900..c2b8a1c8 100644 --- a/utils/whisper_notice.lua +++ b/utils/whisper_notice.lua @@ -118,6 +118,11 @@ local function on_console_command(event) return end + local secs = Server.get_current_time() + if not secs then + return + end + local player = game.get_player(event.player_index) local gui_data = get_player_data(player)