Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins
This commit is contained in:
commit
7545e6f771
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user