mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed zeus addobjects
The module part in CfgVehicles.hpp was missing. Signed-off-by: alganthe <alganthe@live.fr>
This commit is contained in:
parent
1ea1094a73
commit
02faf0a104
@ -21,9 +21,7 @@ class ACE_Settings {
|
||||
values[] = {"$STR_A3_OPTIONS_DISABLED", CSTRING(revealMines_partial), CSTRING(revealMines_full)};
|
||||
};
|
||||
class GVAR(autoAddObjects) {
|
||||
displayName = CSTRING(AddObjectsToCurator);
|
||||
description = CSTRING(AddObjectsToCurator_desc);
|
||||
value = 0;
|
||||
typeName = "BOOL";
|
||||
value = 0;
|
||||
};
|
||||
};
|
||||
|
@ -70,6 +70,12 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
};
|
||||
class GVAR(autoAddObjects) {
|
||||
displayName = CSTRING(AddObjectsToCurator);
|
||||
description = CSTRING(AddObjectsToCurator_desc);
|
||||
typeName = "BOOL";
|
||||
defaultValue = 0;
|
||||
};
|
||||
};
|
||||
class ModuleDescription {
|
||||
description = CSTRING(Settings_Description);
|
||||
|
Loading…
Reference in New Issue
Block a user