From 18a98963b372e1724a40cf299d74288ffcf04599 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 5 Jun 2017 11:21:48 -0500 Subject: [PATCH] updater world.dm --- code/world.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/world.dm b/code/world.dm index eb0079ddca..d0a353946a 100644 --- a/code/world.dm +++ b/code/world.dm @@ -41,6 +41,8 @@ GLOB.timezoneOffset = text2num(time2text(0,"hh")) * 36000 + Master.Initialize(10, FALSE) + if(config.irc_announce_new_game) IRCBroadcast("New round starting on [SSmapping.config.map_name]!")