From c7608bdacfd58560c5c43deabfe3105c4b60dfec Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 1 Dec 2015 03:44:51 -0500 Subject: [PATCH] Forgot a spare world --- code/game/gamemodes/nations/nations.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/gamemodes/nations/nations.dm b/code/game/gamemodes/nations/nations.dm index fd13ca54106..39c81b4b8d0 100644 --- a/code/game/gamemodes/nations/nations.dm +++ b/code/game/gamemodes/nations/nations.dm @@ -173,7 +173,6 @@ datum/game_mode/nations /datum/game_mode/nations/proc/assign_leaders() - world << "assign_leaders() called, all_nations.len = [all_nations.len]" for(var/name in all_nations) var/datum/nations/N = all_nations[name] if(!N.current_name)