fix mine ubc

This commit is contained in:
PabstMirror 2016-06-21 12:24:31 -05:00
parent 6abe937488
commit af6aaf6e7d

View File

@ -39,7 +39,7 @@ class CfgVehicles {
// Editor placed mines
class Static;
class MineBase: Static {
class MineGeneric: Static {
GVAR(detectable) = 1;
};