mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Updated with correct cargo events and settings category
This commit is contained in:
parent
ca1b47beb5
commit
c0379c7809
@ -66,6 +66,6 @@ class ACE_Settings {
|
||||
description = CSTRING(addSpareParts_description);
|
||||
typeName = "BOOL";
|
||||
value = 1;
|
||||
category = CSTRING(categoryName);
|
||||
category = ECSTRING(OptionsMenu,CategoryLogistics);
|
||||
};
|
||||
};
|
||||
|
@ -42,4 +42,4 @@ if (_part == "") then {
|
||||
if (_part == "") exitWith {};
|
||||
|
||||
// Load
|
||||
["AddCargoItem", [_part, _vehicle, _amount]] call EFUNC(common,localEvent);
|
||||
["AddCargoByClass", [_part, _vehicle, _amount]] call EFUNC(common,localEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user