Update ItemToolbox.hpp

#661
This commit is contained in:
dayz10k
2013-11-06 14:02:00 -05:00
parent 4e38da394e
commit 86560e7bd7

View File

@@ -12,5 +12,10 @@ class ItemToolbox: ItemCore
text="Remove Camo Net";
script="spawn player_removeNet;";
};
class RemoveTankTrap
{
text="Remove Tank Trap";
script="spawn player_removeTankTrap;";
};
};
};
};