From 28b0a428e0856d7897e5cdfc6940d4bfb88542b0 Mon Sep 17 00:00:00 2001 From: ESwordTheCat Date: Mon, 7 Apr 2014 09:55:24 +0800 Subject: [PATCH] Forgot this file. --- code/world.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/world.dm b/code/world.dm index 818c6583e10..5e0b378b6f7 100644 --- a/code/world.dm +++ b/code/world.dm @@ -97,6 +97,8 @@ process_teleport_locs() //Sets up the wizard teleport locations process_ghost_teleport_locs() //Sets up ghost teleport locations. + setupPool() + spawn(3000) //so we aren't adding to the round-start lag if(config.ToRban) ToRban_autoupdate()