diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp index cfa596a6e..4d8d24fdf 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp @@ -13,19 +13,11 @@ class ItemShovel : ItemCore class ItemActions { - class Build - { - text = "Build Sandbag Fence"; - script = "spawn player_build;"; - require[] = {"ItemShovel"}; - consume[] = {"ItemSandbag"}; - create = "Sandbag1_DZ"; - }; - class Use + /*class Use { text = $STR_CREATE_STASH; script = "spawn player_createstash;"; - }; + };*/ }; };