From dd0e13c8fd410ecd2f37ade6e964b4b368718d1b Mon Sep 17 00:00:00 2001 From: Mloc Date: Sat, 1 Jun 2013 21:11:41 +0100 Subject: [PATCH] Compile fix. Signed-off-by: Mloc --- code/modules/mob/living/login.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/login.dm b/code/modules/mob/living/login.dm index 33d5cfc7b31..10c0746dc65 100644 --- a/code/modules/mob/living/login.dm +++ b/code/modules/mob/living/login.dm @@ -8,8 +8,6 @@ //Round specific stuff like hud updates if(ticker && ticker.mode) switch(ticker.mode.name) - if("sandbox") - CanBuild() if("revolution") if((mind in ticker.mode.revolutionaries) || (src.mind in ticker.mode:head_revolutionaries)) ticker.mode.update_rev_icons_added(src.mind)