From f1ee7756d49b8ad8268db624fe8f4b49b0f00713 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sun, 7 May 2017 16:51:34 -0500 Subject: [PATCH] Fix Spotting Scope Interaction Point (#5132) --- addons/spottingscope/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/spottingscope/CfgVehicles.hpp b/addons/spottingscope/CfgVehicles.hpp index 84ce5f177f..fa2574cb8d 100644 --- a/addons/spottingscope/CfgVehicles.hpp +++ b/addons/spottingscope/CfgVehicles.hpp @@ -43,7 +43,7 @@ class CfgVehicles { class ACE_Actions: ACE_Actions{ class ACE_MainActions: ACE_MainActions { - selection = "main_gun"; + selection = "main_turret_axis"; class ACE_Pickup { selection = ""; displayName = CSTRING(PickUp);