fixed amb1087 - sm_unmute did not work

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401665
This commit is contained in:
David Anderson 2007-10-31 06:22:36 +00:00
parent 30f3067827
commit ed011618e4

View File

@ -6,7 +6,6 @@ enum CommType
CommType_UnGag,
CommType_Silence,
CommType_UnSilence
};
DisplayGagTypesMenu(client)
@ -433,7 +432,7 @@ public Action:Command_Unmute(client, args)
{
new target = target_list[i];
if (g_Muted[target])
if (!g_Muted[target])
{
continue;
}