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)