Skip to content

Commit

Permalink
Merge pull request #3970 from acemod/fixMineUBC
Browse files Browse the repository at this point in the history
fix mine ubc
  • Loading branch information
thojkooi authored Jun 21, 2016
2 parents 6abe937 + af6aaf6 commit e298f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/minedetector/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CfgVehicles {

// Editor placed mines
class Static;
class MineBase: Static {
class MineGeneric: Static {
GVAR(detectable) = 1;
};

Expand Down

0 comments on commit e298f5c

Please sign in to comment.