Skip to content

Commit

Permalink
Merge branch 'main' into Arlingtonv2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Sep 22, 2024
2 parents cb1fd1f + 8b1b367 commit d8ad2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dynobj/functions/fnc_cmGridString.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ _y = _yArr joinString "";
LOG_2("X/Y str: %1 / %2",_x,_y);

_output = format ["%1%2",_x,_y];
LOG_1("_output",_output);
LOG_1("output: %1",_output);

_output

0 comments on commit d8ad2a3

Please sign in to comment.