From e7901c2f4c714782e33fcb70c9cea0e47e4f589d Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Mon, 29 Jul 2024 11:31:27 -0300 Subject: [PATCH] attt --- addons/main/functions/api/fn_putGeoObject.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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