Skip to content

Commit

Permalink
Fix Model Moving
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Apr 6, 2018
1 parent cf9de54 commit e9b260b
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 e9b260b

Please sign in to comment.