From 1bd892e9e7937527d6bc7748cef82bb857510ce6 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 11 Feb 2017 16:48:55 -0500 Subject: [PATCH] Tweaks Ticklag default config --- code/controllers/configuration.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 5e1701aacb8..251494d9f89 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -38,7 +38,7 @@ var/continuous_rounds = 0 // Gamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke. var/allow_Metadata = 0 // Metadata is supported. var/popup_admin_pm = 0 //adminPMs to non-admins show in a pop-up 'reply' window when set to 1. - var/Ticklag = 0.9 + var/Ticklag = 0.5 var/Tickcomp = 0 var/socket_talk = 0 // use socket_talk to communicate with other processes var/list/resource_urls = null @@ -575,10 +575,10 @@ if("round_abandon_penalty_period") config.round_abandon_penalty_period = MinutesToTicks(text2num(value)) - + if("medal_hub_address") global.medal_hub = value - + if("medal_hub_password") global.medal_pass = value