From 922af2b1215043f3a73ed34264233a9f3f7fe97b Mon Sep 17 00:00:00 2001 From: Kugane Date: Mon, 12 Oct 2015 19:22:52 +0200 Subject: [PATCH] Added IL_Supported_Init_All for new Initialization & db save on unload cargo/vehicle --- Igiload/IgiLoad.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/Igiload/IgiLoad.sqf b/Igiload/IgiLoad.sqf index e632041..776c4bb 100644 --- a/Igiload/IgiLoad.sqf +++ b/Igiload/IgiLoad.sqf @@ -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; };