From 8951cfc84765d1b0dc2b1bf953f903c3f4b80b0d Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Mon, 2 Sep 2024 02:07:32 -0600 Subject: [PATCH] fix format arg (#225) --- addons/common/functions/fnc_modal.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/common/functions/fnc_modal.sqf b/addons/common/functions/fnc_modal.sqf index 7fa4012a..8ddfafff 100644 --- a/addons/common/functions/fnc_modal.sqf +++ b/addons/common/functions/fnc_modal.sqf @@ -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" }; };