Skip to content

Commit

Permalink
Fixed minor formating and cleaned documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 18, 2024
1 parent b6e6dad commit a483178
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion cScripts/functions/gear/fn_gear_getLoadoutName.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

params [["_unit", objNull, [objNull]]];


private _return = GETVAR(_unit,EGVAR(Gear,loadoutClass), typeOf _unit);

_return
1 change: 1 addition & 0 deletions cScripts/functions/gear/fn_gear_getSideConfig.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [independent] call cScripts_fnc_gear_getSideConfig
*
*/

params ["_side"];

switch (_side) do {
Expand Down
2 changes: 1 addition & 1 deletion cScripts/functions/gear/fn_gear_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* nothing
*
* Example:
* call cScripts_fnc_gear_postInit
* call cScripts_fnc_gear_preInit
*
*/

Expand Down

0 comments on commit a483178

Please sign in to comment.