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