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