fixed bug in immunityreserveslots from last commit
This commit is contained in:
parent
ef2c81e2d6
commit
29855d6669
@ -824,17 +824,17 @@ bool:IRS_KickValidClient(const AdminId:ConnectingClientAdminID, const String:Con
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (b_useEntWatch && entWatch_HasSpecialItem(i))
|
|
||||||
{
|
|
||||||
if (Logging == 1)
|
|
||||||
{
|
|
||||||
IRS_LogClient(i, clientTeam[i], ClientImmunity[i]);
|
|
||||||
}
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (IsClientInGame(i))
|
if (IsClientInGame(i))
|
||||||
{
|
{
|
||||||
|
if (b_useEntWatch && entWatch_HasSpecialItem(i))
|
||||||
|
{
|
||||||
|
if (Logging == 1)
|
||||||
|
{
|
||||||
|
IRS_LogClient(i, clientTeam[i], ClientImmunity[i]);
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
switch (KickType)
|
switch (KickType)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user