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()