diff --git a/addons/main/functions/api/fn_putGeoObject.sqf b/addons/main/functions/api/fn_putGeoObject.sqf index 0fde5f9..0a07775 100644 --- a/addons/main/functions/api/fn_putGeoObject.sqf +++ b/addons/main/functions/api/fn_putGeoObject.sqf @@ -8,7 +8,7 @@ if (_uid_string != "") then { _uid_string = (_uid_string splitString '"') select 3; _unit setVariable ["_atak_uid",_uid_string, true]; } else { - _uid_string = _result "ERROR: " + joinString " | "; + _uid_string = "ERROR: " + _result joinString " | "; }; _uid_string \ No newline at end of file