Allow noise maker spam when dead

This commit is contained in:
robootgit 2020-03-17 11:07:01 -05:00
parent 5598ccac4a
commit 7f606cc82b

View File

@ -20,7 +20,7 @@ static settings::Boolean enable{ "noisemaker-spam.enable", "false" };
static void CreateMove()
{
if (enable && CE_GOOD(LOCAL_E) && LOCAL_E->m_bAlivePlayer())
if (enable && CE_GOOD(LOCAL_E))
{
if (g_GlobalVars->framecount % 100 == 0)
{