mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove legacy spectator settings module argument
This commit is contained in:
parent
4c9b6e94cf
commit
f59536b5a3
@ -109,12 +109,6 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
};
|
||||
class unitIcons {
|
||||
displayName = CSTRING(icons_DisplayName);
|
||||
description = CSTRING(icons_Description);
|
||||
typeName = "BOOL";
|
||||
defaultValue = 1;
|
||||
};
|
||||
};
|
||||
class ModuleDescription {
|
||||
description = CSTRING(Settings_Description);
|
||||
|
@ -23,4 +23,3 @@ if !(_activated) exitWith {};
|
||||
[_logic, QGVAR(filterSides), "sidesFilter"] call EFUNC(common,readSettingFromModule);
|
||||
[_logic, QGVAR(restrictModes), "cameraModes"] call EFUNC(common,readSettingFromModule);
|
||||
[_logic, QGVAR(restrictVisions), "visionModes"] call EFUNC(common,readSettingFromModule);
|
||||
[_logic, QGVAR(unitIcons), "unitIcons"] call EFUNC(common,readSettingFromModule);
|
||||
|
Loading…
Reference in New Issue
Block a user