forked from UNLOZE/sm-plugins
had forgotten checking if client index is valid even
This commit is contained in:
@@ -285,7 +285,7 @@ public void OnBossKilled(CBoss Boss, CConfig Config, int reason)
|
||||
Format(sBuffer_rest, sizeof(sBuffer_rest), "%s\n%i. %N - %d %s", sBuffer_rest, i, iSortedList[i][0], iSortedList[i][1], sType);
|
||||
PrintToConsoleAll(sBuffer_rest);
|
||||
}
|
||||
else
|
||||
else if (IsValidClient(i))
|
||||
{
|
||||
char sBuffer_rest[512];
|
||||
Format(sBuffer_rest, sizeof(sBuffer_rest), "%s\n-1. %N - Did not shoot.", sBuffer_rest, i);
|
||||
|
||||
Reference in New Issue
Block a user