diff --git a/LMF_R.VR/framework/XEH_preInit.sqf b/LMF_R.VR/framework/XEH_preInit.sqf
index f60735a..6803cbc 100644
--- a/LMF_R.VR/framework/XEH_preInit.sqf
+++ b/LMF_R.VR/framework/XEH_preInit.sqf
@@ -35,4 +35,4 @@
] call CBA_Settings_fnc_init;
//FRAMEWORK VERSION
-var_version = 1.04;
\ No newline at end of file
+var_version = 1.05;
\ No newline at end of file
diff --git a/LMF_R.VR/framework/player/fn_loadoutBriefing.sqf b/LMF_R.VR/framework/player/fn_loadoutBriefing.sqf
index c27329b..b007110 100644
--- a/LMF_R.VR/framework/player/fn_loadoutBriefing.sqf
+++ b/LMF_R.VR/framework/player/fn_loadoutBriefing.sqf
@@ -154,7 +154,7 @@ _textToDisplay = _textToDisplay + format ["x%1 ", _itemCount, _displayName];
_items = _items - [_name];
};
-} forEach [[_radios, "CfgWeapons"], [_allMags, "CfgMagazines"], [_allItems, "CfgWeapons"], [assignedItems player, "CfgWeapons"]];
+} forEach [[_radios, "CfgWeapons"], [_allMags, "CfgMagazines"], [_allItems, "CfgWeapons"], [(assignedItems player) - ["ItemRadioAcreFlagged"], "CfgWeapons"]];
//FINISH IT OFF WITH WARNING ABOUT ACCURACY
_textToDisplay = _textToDisplay + "
This page is only accurate at mission start.";