Merge pull request #4 from Kugane/patch-6

Added IL_Supported_Init_All for new Initialization & db save on unloa…
This commit is contained in:
slb2k11 2015-10-12 19:32:00 +02:00
commit e2093c0cfa

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;
};