Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 committed Apr 2, 2020
2 parents 9b22358 + 76529b5 commit 7801ae5
Show file tree
Hide file tree
Showing 74 changed files with 824 additions and 864 deletions.
6 changes: 3 additions & 3 deletions addons/common/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INFO_1("Metis Enhanced version: %1.", _version);
true,
0,
{}
] call CBA_Settings_fnc_init;
] call CBA_fnc_addSetting;

//grasscutter size
[
Expand All @@ -28,12 +28,12 @@ INFO_1("Metis Enhanced version: %1.", _version);
[LLSTRING(grasscutter_size), LLSTRING(grasscutter_size_tooltip)],
LELSTRING(main,settingCategoryCommon),
[
["Land_ClutterCutter_Large_F", "Land_ClutterCutter_Medium_F"],
[0, 1],
[LLSTRING(grasscutter_size_large), LLSTRING(grasscutter_size_medium)],
1
],
0,
{}
] call CBA_Settings_fnc_init;
] call CBA_fnc_addSetting;

ADDON = true;
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_addGrassCutter.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private _action = [
};

[5, [], {
private _cutter = GVAR(grasscutter_size) createVehicle [0,0,0];
private _cutter = (["Land_ClutterCutter_Large_F", "Land_ClutterCutter_Medium_F"] select GVAR(grasscutter_size)) createVehicle [0,0,0];
_cutter setPos (getpos player);
}, {}, LLSTRING(grasscutter_removeGrass)
] call ace_common_fnc_progressBar;
Expand Down
4 changes: 2 additions & 2 deletions addons/cords/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PREP_RECOMPILE_END;
true,
0,
{}
] call CBA_Settings_fnc_init;
] call CBA_fnc_addSetting;

[
QGVAR(playerIDs),
Expand All @@ -24,6 +24,6 @@ PREP_RECOMPILE_END;
"[""""]",
1,
{}
] call CBA_Settings_fnc_init;
] call CBA_fnc_addSetting;

ADDON = true;
1 change: 0 additions & 1 deletion addons/cup_enhancement/$PBOPREFIX$

This file was deleted.

134 changes: 0 additions & 134 deletions addons/cup_enhancement/CfgWorlds.hpp

This file was deleted.

16 changes: 0 additions & 16 deletions addons/cup_enhancement/config.cpp

This file was deleted.

17 changes: 0 additions & 17 deletions addons/cup_enhancement/script_component.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion addons/drill/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ PREP_RECOMPILE_END;
{
cutText ["", "PLAIN"];
}
] call CBA_Settings_fnc_init;
] call CBA_fnc_addSetting;

ADDON = true;
1 change: 0 additions & 1 deletion addons/flagmarker/$PBOPREFIX$

This file was deleted.

35 changes: 0 additions & 35 deletions addons/flagmarker/CfgWeapons.hpp

This file was deleted.

5 changes: 0 additions & 5 deletions addons/flagmarker/XEH_PREP.hpp

This file was deleted.

Loading

0 comments on commit 7801ae5

Please sign in to comment.