mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
readability oops
This commit is contained in:
parent
fae99ff8d1
commit
9442746a06
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user