Skip to content

Commit

Permalink
Fixed log usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Sep 22, 2024
1 parent c057a73 commit 83335bb
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 83335bb

Please sign in to comment.