From d77cc711361da80dce79222345e1cadd34bd2996 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Sun, 21 Nov 2010 23:37:43 +0000 Subject: [PATCH] Testing altered tickrate to see if it helps with server lag. If it does, I'll add tickrate as a config file option so it can be tweaked based on the hardware the game's running on. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@475 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/master_controller.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/master_controller.dm b/code/game/master_controller.dm index ee92884c0b7..436ea1ae448 100644 --- a/code/game/master_controller.dm +++ b/code/game/master_controller.dm @@ -17,6 +17,8 @@ datum/controller/game_controller air_master = new /datum/controller/air_system() air_master.setup() + world.tick_lag = 0.6 + setup_objects() setupgenetics()