Skip to content

Commit

Permalink
fix format arg
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson authored Sep 2, 2024
1 parent 37d1c2e commit df5f18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_modal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private _composition = [];
case 1: {"center"};
case 2: {"right"};
default {
ERROR_1("Invalid alignment!",_alignment);
ERROR_1("Invalid alignment! %1",_alignment);
"center"
};
};
Expand Down

0 comments on commit df5f18d

Please sign in to comment.