From 11cb7357c5742a007a74874753d4b2811aa54a68 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Tue, 14 Jan 2020 16:22:41 +0100 Subject: [PATCH] Stop web-editing like that, little one. --- code/game/world.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/world.dm b/code/game/world.dm index 41629bfe21..df0eba70cd 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -51,8 +51,6 @@ GLOBAL_LIST(topic_status_cache) if(NO_INIT_PARAMETER in params) return - cit_initialize() - Master.Initialize(10, FALSE, TRUE) if(TEST_RUN_PARAMETER in params)