Updated with correct cargo events and settings category

This commit is contained in:
jonpas 2015-08-26 17:02:29 +02:00
parent ca1b47beb5
commit c0379c7809
2 changed files with 2 additions and 2 deletions

View File

@ -66,6 +66,6 @@ class ACE_Settings {
description = CSTRING(addSpareParts_description);
typeName = "BOOL";
value = 1;
category = CSTRING(categoryName);
category = ECSTRING(OptionsMenu,CategoryLogistics);
};
};

View File

@ -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);