This commit is contained in:
zaCade 2018-12-03 16:55:39 +01:00
commit 7545e6f771

View File

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