BossHP_Ranking: slight update

This commit is contained in:
neon 2018-12-02 22:58:31 +01:00
parent 5792332f34
commit 4f5c23e64d

View File

@ -122,7 +122,7 @@ public void OnBossDamaged(any Boss, any Config, int client)
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
public void OnBossKilled(any Boss, any Config, int reason) public void OnBossKilled(any Boss, any Config, int reason)
{ {
if (reason != 2) if (reason == 0)
{ {
for (int client = 1; client <= MaxClients; client++) for (int client = 1; client <= MaxClients; client++)
{ {