From 426f5216b61ae4c220e51f7bb9caec75cfb95fbe Mon Sep 17 00:00:00 2001 From: Kex Date: Fri, 3 Jan 2025 00:13:25 +0100 Subject: [PATCH] Enable damage for mines --- addons/explosives/Prefabs/Weapons/Core/Mine_base.et | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/addons/explosives/Prefabs/Weapons/Core/Mine_base.et b/addons/explosives/Prefabs/Weapons/Core/Mine_base.et index 8cd76876..02323c1a 100644 --- a/addons/explosives/Prefabs/Weapons/Core/Mine_base.et +++ b/addons/explosives/Prefabs/Weapons/Core/Mine_base.et @@ -1,9 +1,6 @@ GenericEntity : "{CD00FFBAFD036BE2}Prefabs/Weapons/Core/Explosives_base.et" { ID "5968D2B6A82C6019" components { - SCR_MineDamageManager "{5A187C4DB2CF86F2}" { - Enabled 0 - } ActionsManagerComponent "{59E4E6938E65C2ED}" { additionalActions { ACE_Explosives_DisarmUserAction "{61B846BBCADE61D1}" { @@ -18,4 +15,4 @@ GenericEntity : "{CD00FFBAFD036BE2}Prefabs/Weapons/Core/Explosives_base.et" { } } } -} \ No newline at end of file +}