forked from UNLOZE/sm-plugins
LagCompensation: optimize
This commit is contained in:
@@ -173,7 +173,7 @@ stock bool KickValidClient(const char[] sName, const char[] sSteam32ID, AdminId
|
||||
else // Fall back to highest connection time.
|
||||
IdleTime = ConnectionTime;
|
||||
|
||||
int HasItem;
|
||||
bool HasItem;
|
||||
#if defined entWatch_core_included
|
||||
if(g_Plugin_entWatch)
|
||||
HasItem = EW_ClientHasItem(client);
|
||||
|
||||
Reference in New Issue
Block a user