LagCompensation: optimize

This commit is contained in:
BotoX
2019-11-17 00:56:57 +01:00
parent 601e772daf
commit f1f421ae8c
2 changed files with 141 additions and 63 deletions
+1 -1
View File
@@ -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);