forked from UNLOZE/sm-plugins
fixed bug in immunityreserveslots from last commit
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user