Replace all use of deprecated commands

This commit is contained in:
PabstMirror
2016-01-19 09:34:59 -06:00
parent 8e2d489312
commit 04bccf47d7
29 changed files with 44 additions and 44 deletions

View File

@ -39,7 +39,7 @@ if (vehicle _playerUnit == _playerUnit) then {
_playerUnit linkItem "ItemMap";
removeUniform _playerUnit;
[_playerUnit, "ACE_SwitchUnits", true] call EFUNC(common,setForceWalkStatus);
[_playerUnit, "forceWalk", "ACE_SwitchUnits", true] call EFUNC(common,statusEffect_set);
[_playerUnit, _sides] call FUNC(addMapFunction);
};