From 1b9b1fb4b763e29ffb887c215f8ea4bcd79be070 Mon Sep 17 00:00:00 2001 From: cib Date: Wed, 23 May 2012 23:26:56 +0200 Subject: [PATCH] Compile error. --- code/game/gamemodes/meme/meme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/meme/meme.dm b/code/game/gamemodes/meme/meme.dm index 6b91dc6e4ed..2782617d8d3 100644 --- a/code/game/gamemodes/meme/meme.dm +++ b/code/game/gamemodes/meme/meme.dm @@ -92,7 +92,7 @@ // if picking hosts works with this method, remove the method above if(!first_host) first_host = pick(first_hosts) - first_hosts.remove(first_host) + first_hosts.Remove(first_host) M.enter_host(first_host.current) forge_meme_objectives(meme, first_host)