enableDebugConsole in A3 data
couple of sqm from A3 content have the property but all set to 0
```
class CustomAttributes
{
class Category0
{
name = "Scenario";
class Attribute0
{
property = "EnableDebugConsole";
expression = "true";
class Value
{
class data
{
class type
{
type[] = {"SCALAR"};
};
value = 0;
};
};
};
nAttributes = 1;
};
};
```
only Oldman would be likely affected as it has
> enableDebugConsole = 2;
in p:\a3\missions_f_oldman\systems\commondescription.inc