From 1f8b16f7fb17befb8d1bd7127fdad947de7436c5 Mon Sep 17 00:00:00 2001 From: voiper Date: Mon, 24 Aug 2015 14:06:19 -0700 Subject: [PATCH] Fixed BFT module weirdness. --- addons/map/CfgVehicles.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/map/CfgVehicles.hpp b/addons/map/CfgVehicles.hpp index 130df03af8..3b203c1f62 100644 --- a/addons/map/CfgVehicles.hpp +++ b/addons/map/CfgVehicles.hpp @@ -61,8 +61,7 @@ class CfgVehicles { }; }; - class Module_F; - class ACE_ModuleBlueForceTracking: Module_F { + class ACE_ModuleBlueForceTracking: ACE_Module { author = ECSTRING(common,ACETeam); category = "ACE"; displayName = CSTRING(BFT_Module_DisplayName);