Skip to content

Commit

Permalink
Fix debug fnc
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Apr 8, 2019
1 parent aa9f000 commit e62a057
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addons/unflipping/functions/debug/fn_debug.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
File: fn_debug.sqf
Date: 2019-04-01
Last Update: 2019-04-01
Last Update: 2019-04-09
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html
Description:
Expand All @@ -15,7 +15,9 @@
Returns:
NOTHING
*/
params ["_enable", false, [true]];
params [
["_enable", false, [true]]
];

if (_enable) then {

Expand Down

0 comments on commit e62a057

Please sign in to comment.