Merge pull request #3970 from acemod/fixMineUBC

fix mine ubc
This commit is contained in:
Glowbal 2016-06-21 19:40:04 +02:00 committed by GitHub
commit e298f5c71b

View File

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