Skip to content

Commit

Permalink
cancel-unflip code style
Browse files Browse the repository at this point in the history
Co-Authored-By: Filip Maciejewski <[email protected]>
  • Loading branch information
McDiod and veteran29 authored Jul 11, 2019
1 parent 5b38cad commit d3a3bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/unflipping/functions/fn_unflipAction.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if !(PLAYER in UNFLIPPING_UNITS) exitWith {
},
// onFailure
{
params ["_args","","","","_failureCode"];
params ["_args", "", "", "", "_failureCode"];
_args params ["_vehicle"];

// don't stop unflipping if waiting progressBar was closed by new progressBar
Expand Down

0 comments on commit d3a3bb9

Please sign in to comment.