mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
fixed potential in-game bug
This commit is contained in:
parent
1ac390b54c
commit
5cfc2df359
@ -310,7 +310,7 @@ public client_death(killer, victim, wpnindex, hitplace, TK)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (EnemyRemaining)
|
if (EnemyRemaining && is_user_connected(victim))
|
||||||
{
|
{
|
||||||
new ppl[32], pplnum = 0, maxplayers = get_maxplayers()
|
new ppl[32], pplnum = 0, maxplayers = get_maxplayers()
|
||||||
new epplnum = 0
|
new epplnum = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user