Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed May 2, 2018
2 parents bfbfe55 + e9b260b commit 02b0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/HexProps/model_moving.sp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void FirstTimePress(int client)
{
iPlayerSelectedBlock[client] = GetAimEnt(client);

if(iPlayerSelectedBlock[client] != -1 && (FindInArray(iPlayerSelectedBlock[client]) != -1))
if(iPlayerSelectedBlock[client] != -1 && FindInArray(iPlayerSelectedBlock[client]) != -1)
{

bOnceStopped[client] = true;
Expand Down

0 comments on commit 02b0a0f

Please sign in to comment.