From 1f652eed2136602f6cf93a14b80ba6cf049c61d2 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sat, 23 Nov 2013 21:59:09 -0600 Subject: [PATCH] hide takebag option --- SQF/dayz_code/Configs/CfgArma.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgArma.hpp b/SQF/dayz_code/Configs/CfgArma.hpp index 321dd251a..a2994d188 100644 --- a/SQF/dayz_code/Configs/CfgArma.hpp +++ b/SQF/dayz_code/Configs/CfgArma.hpp @@ -3,7 +3,7 @@ class CfgActions { class Rearm : None { show = 0; - }; + }; class Heal : None { show = 0; }; @@ -13,11 +13,9 @@ class CfgActions { class FirstAid : None { show = 0; }; - /* class TakeBag : None { show = 0; }; - */ }; class CfgLoadingTexts {