readability oops

This commit is contained in:
shavit 2018-10-25 01:43:28 +03:00
parent fae99ff8d1
commit 9442746a06

View File

@ -1225,7 +1225,7 @@ public void OnEntityCreated(int entity, const char[] classname)
public Action HookTriggers(int entity, int other)
{
if(gB_Enabled && other >= 1 && other <= MaxClients && IsFakeClient(other))
if(gB_Enabled && 1 <= other <= MaxClients && IsFakeClient(other))
{
return Plugin_Handled;
}