From 48b71016ec34c5aaccbb5fb9fd7cb97495735bae Mon Sep 17 00:00:00 2001 From: atermonera Date: Sat, 18 Mar 2023 00:47:14 -0800 Subject: [PATCH] And actually call the proc... --- code/game/world.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/world.dm b/code/game/world.dm index 00c0f99a41..cec0ca1e63 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -21,9 +21,8 @@ callHook("startup") init_vchat() - //Emergency Fix load_mods() - //end-emergency fix + load_whitelist() src.update_status()