Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Jan 6, 2015
1 parent 5577d54 commit 0d0d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGM_FastRoping/functions/fn_fastRope.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ _unit disableCollisionWith _helper;
_occupied = _vehicle getVariable "AGM_RopesOccupied";
_occupied set [_index, False];
_vehicle setVariable ["AGM_RopesOccupied", _occupied, True];
}
};

0 comments on commit 0d0d720

Please sign in to comment.