mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
improved formatting
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user