Skip to content

Commit

Permalink
fix missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel committed Jan 4, 2017
1 parent f588ba4 commit 98a310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FP_Template.VR/fp/functions/fn_disableWeapons.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (!local _unit) exitWith {false};

if (_disable) then {
if (player == _unit) then {
if (isNil "fp_previousAceThrowing" then {
if (isNil "fp_previousAceThrowing") then {
fp_previousAceThrowing = ace_advanced_throwing_enabled;
ace_advanced_throwing_enabled = false;
};
Expand Down

0 comments on commit 98a310c

Please sign in to comment.