Fix Adv Trade localized string spacing

This commit is contained in:
ebaydayz
2016-05-02 19:51:48 -04:00
parent 8d82693c1b
commit d361abaec3
7 changed files with 19 additions and 18 deletions

View File

@@ -211,7 +211,7 @@ if (isPlayer cursorTarget) then {
};
if (_unit isKindOf "Man") then {
// should only fire if cursor target is man and not vehicle
_charID = _unit getVariable ["CharacterID", 0];
_charID = _unit getVariable ["CharacterID","0"];
_friendlies = player getVariable ["friendlies", []];
if !(_charID in _friendlies) then {
r_action = true;