Allow noise maker spam when dead
This commit is contained in:
parent
5598ccac4a
commit
7f606cc82b
@ -20,7 +20,7 @@ static settings::Boolean enable{ "noisemaker-spam.enable", "false" };
|
|||||||
|
|
||||||
static void CreateMove()
|
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)
|
if (g_GlobalVars->framecount % 100 == 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user