diff --git a/addons/explosives/CfgAmmo.hpp b/addons/explosives/CfgAmmo.hpp
index 722fbf213c..c02885362e 100644
--- a/addons/explosives/CfgAmmo.hpp
+++ b/addons/explosives/CfgAmmo.hpp
@@ -164,7 +164,7 @@ class CfgAmmo {
     class ACE_IEDLandSmall_Command_Ammo: IEDLandSmall_Remote_Ammo {
         mineTrigger = "RemoteTrigger";
     };
-    class ACE_IEDLandSmall_Range_Ammo: IEDLandBig_Remote_Ammo {
+    class ACE_IEDLandSmall_Range_Ammo: IEDLandSmall_Remote_Ammo {
         mineTrigger = "RangeTriggerShort";
     };