Skip to content

Commit

Permalink
delete sweet whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Casperento authored May 5, 2020
1 parent b743295 commit 3b57188
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Altis_Life.Altis/core/functions/fn_startLoadout.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ if (_side isEqualTo "civ") then {
(_civLoadout select 3) set [0, selectRandom _arr];
};
player setUnitLoadout _civLoadout;

} else {
private _level = call {
if (_side isEqualTo "cop") exitWith {FETCH_CONST(life_coplevel)};
if (_side isEqualTo "med") exitWith {FETCH_CONST(life_mediclevel)};
if (_side isEqualTo "east") exitWith {0};
};
player setUnitLoadout (missionConfigFile >> "Loadouts" >> format["%1_level_%2", _side, _level]);

};

[] call life_fnc_playerSkins;
[] call life_fnc_saveGear;
[] call life_fnc_saveGear;

0 comments on commit 3b57188

Please sign in to comment.