From f769bcffb3c00c65631276bda3aeb2bcdd389179 Mon Sep 17 00:00:00 2001 From: cib Date: Tue, 18 Dec 2012 18:40:55 +0100 Subject: [PATCH] Fixed an indentation error. --- code/game/gamemodes/game_mode.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 3c71b0c28c6..c1d4e7f5479 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -315,8 +315,8 @@ Whitespace:Seperator; if(applicant) candidates += applicant drafted.Remove(applicant) - log_admin("[applicant.key] drafted into antagonist role against their preferences.") - message_admins("[applicant.key] drafted into antagonist role against their preferences.") + log_admin("[applicant.key] drafted into antagonist role against their preferences.") + message_admins("[applicant.key] drafted into antagonist role against their preferences.") else // Not enough scrubs, ABORT ABORT ABORT break