Skip to content

Commit

Permalink
BFT reenabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jan 3, 2016
1 parent 1a5fa57 commit d90a882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,21 @@ class Params
values[] = {0, 1}; //setting is a BOOL, but values still need to be numbers, so 0 is false, 1 is true
texts[] = {"False", "True"};
default = 0;
force = 1;
};
};

class ACE_Settings {
class ace_map_BFT_Interval {
value = 1;
typeName = "SCALAR";
force = 1;
};
class ace_map_BFT_Enabled {
value = 0;
typeName = "BOOL";
force = 1;
};
class ace_map_BFT_HideAiGroups {
value = 0;
typeName = "BOOL";
force = 1;
};
};

Expand Down
4 changes: 2 additions & 2 deletions mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -3166,13 +3166,13 @@ class Mission
items=3;
class Item0
{
value="0";
value="1";
parentCls="ACE_ModuleBlueForceTracking";
typeName="Enabled";
};
class Item1
{
value="1";
value="10";
parentCls="ACE_ModuleBlueForceTracking";
typeName="Interval";
};
Expand Down

0 comments on commit d90a882

Please sign in to comment.