mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
improved formatting
This commit is contained in:
parent
a0af055917
commit
110635df7b
@ -45,12 +45,11 @@ _compiledConfig = "
|
||||
};
|
||||
|
||||
_compiledConfigEntry = format ["
|
||||
class %1 {
|
||||
value = %2;
|
||||
typeName = %3;
|
||||
force = 1;
|
||||
};
|
||||
", _name, _value, format['"%1"', _typeName]];
|
||||
class %1 {
|
||||
value = %2;
|
||||
typeName = %3;
|
||||
force = 1;
|
||||
};", _name, _value, format['"%1"', _typeName]];
|
||||
_compiledConfig = _compiledConfig + _compiledConfigEntry;
|
||||
};
|
||||
} forEach EGVAR(common,settings);
|
||||
|
Loading…
Reference in New Issue
Block a user