diff --git a/addons/interact_menu/functions/fnc_compileMenu.sqf b/addons/interact_menu/functions/fnc_compileMenu.sqf
index e5b6e28c57..baf8e1c272 100644
--- a/addons/interact_menu/functions/fnc_compileMenu.sqf
+++ b/addons/interact_menu/functions/fnc_compileMenu.sqf
@@ -43,7 +43,7 @@ _recurseFnc = {
             if (isArray ( _entryCfg >> "selection" )) then {
                 _selection = getArray ( _entryCfg >> "selection" )
             } else {
-                _selection = getText (_entryCfg >> "selection")
+                _selection = getText (_entryCfg >> "selection");
                 if (_selection == "") then {
                     _selection = [0,0,0];
                 };