Added IL_Supported_Init_All for new Initialization & db save on unload cargo/vehicle

This commit is contained in:
Kugane 2015-10-12 19:22:52 +02:00
parent 6fecefa6bd
commit 922af2b121

View File

@ -1349,6 +1349,7 @@ if (isnil "IL_Procedures") then
};
_IL_noti = getText(configFile >> "cfgVehicles" >> typeOf _x >> "displayName");
_x call ExileServer_object_vehicle_database_update;
["Success", format ["%1 successfully loaded!",_IL_noti]] call ExileClient_gui_notification_event_addNotification;
[Player, IL_Load_Score] call IL_Score;
};