RadioMute: lazy fix
This commit is contained in:
parent
3270fb0c23
commit
d8be408da4
@ -42,6 +42,14 @@ public void OnPluginStart()
|
||||
HookUserMessage(SendAudio, _hkSendAudio, true);
|
||||
}
|
||||
|
||||
public void OnMapEnd()
|
||||
{
|
||||
for (int i = 1; i <= MaxClients; i++)
|
||||
{
|
||||
g_bBlocked[i] = false;
|
||||
}
|
||||
}
|
||||
|
||||
public void OnClientDisconnect(int client)
|
||||
{
|
||||
g_bBlocked[client] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user