Remove comment in player_wearClothes.sqf

Vanilla commit:

72b37dc108
This commit is contained in:
ebaydayz
2017-01-09 17:22:41 -05:00
parent 7857272d82
commit 9d28504ecf

View File

@@ -48,14 +48,6 @@ if ( (isClass(_config >> _itemNew)) ) then {
_model = getText (configFile >> "CfgSurvival" >> "Skins" >> _item >> "playerModel");
if (_model != _myModel) then {
if(([player,_item] call BIS_fnc_invRemove) == 1) then {
/*
//play animation when changing clothes (Prevents out of breath resetting)
player playActionNow "Medic";
//wait animation end
waitUntil {getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player) >> "disableWeapons") == 1};
waitUntil {getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player) >> "disableWeapons") == 0};
*/
player addMagazine _itemNew;
_morphHandle = [dayz_playerUID,dayz_characterID,_model] spawn player_humanityMorph;
};