From efccc4a28d844ad761d3a54e6608c5d4af34e74c Mon Sep 17 00:00:00 2001 From: ebayShopper Date: Sat, 24 Jun 2017 09:28:17 -0400 Subject: [PATCH] Remove take mine action from engineer skins Closes #1954 --- SQF/dayz_code/Configs/CfgArma.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgArma.hpp b/SQF/dayz_code/Configs/CfgArma.hpp index a68f274f3..4a3a1bda9 100644 --- a/SQF/dayz_code/Configs/CfgArma.hpp +++ b/SQF/dayz_code/Configs/CfgArma.hpp @@ -20,7 +20,7 @@ class CfgActions { class PutBag : None { show = 0; }; class DropBag : None { show = 0; }; class AddBag : None { show = 0; }; - //class TakeMine : None { show = 0; }; + class TakeMine : None { show = 0; }; class DropWeapon : None { show = 0; }; class PutWeapon : None { show = 0; }; class DropMagazine : None { show = 0; };