forgot check
This commit is contained in:
parent
a23be2483f
commit
47460a2db4
@ -287,7 +287,7 @@ public void OnBossKilled(CBoss Boss, CConfig Config, int reason)
|
|||||||
}
|
}
|
||||||
for (int i = 0; i <= MaxClients; i++)
|
for (int i = 0; i <= MaxClients; i++)
|
||||||
{
|
{
|
||||||
if (IsValidClient(i) && ZR_IsClientHuman(i))
|
if (IsValidClient(i) && IsPlayerAlive(i) && ZR_IsClientHuman(i))
|
||||||
{
|
{
|
||||||
bool inlist = false;
|
bool inlist = false;
|
||||||
for (int j = 0; j <= MaxClients; j++)
|
for (int j = 0; j <= MaxClients; j++)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user