mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ace_settings: remove debug stuff
This commit is contained in:
@ -39,7 +39,6 @@ if (_settingData select 6) exitWith {};
|
||||
_failed = false;
|
||||
if ((typeName _value) != (_settingData select 1)) then {
|
||||
_failed = true;
|
||||
diag_log (typeName _value);
|
||||
if ((_settingData select 1) == "BOOL" and (typeName _value) == "SCALAR") then {
|
||||
// If value is not 0 or 1 consider it invalid and don't set anything
|
||||
if (_value == 0) then {
|
||||
|
Reference in New Issue
Block a user