Explosives - Remove "Activate mine" action menu item (#7622)

* Fixed - "Activate mine" action menu item still showing

The "Activate mine" action menu item was still showing, but only after an explosive was set, then diffused.

* Update addons/explosives/config.cpp

Co-authored-by: commy2 <commy-2@gmx.de>
This commit is contained in:
Saborknight 2020-04-04 23:58:10 +11:00 committed by GitHub
parent 54086bb2ef
commit 68143cba41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ class CfgActions {
class DeactivateMine:None {
show = 0;
};
class UseContainerMagazine: None {
show = 0;
};
};
class CfgMineTriggers {