StopSound: Fix yet another huge bug.
This commit is contained in:
parent
a2ca41ee7a
commit
b994aeab70
@ -649,7 +649,7 @@ public Action OnBroadcastSound(int entity, char sample[PLATFORM_MAX_PATH], int c
|
||||
int client = clients[i];
|
||||
if(!g_bStopMapMusic[client])
|
||||
{
|
||||
clients[numClients] = clients[i];
|
||||
clients[newClients] = clients[i];
|
||||
newClients++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user