mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Added new function 'GetAvailablePlaylists' to all VM's. * Moved function 'GetAvailableMaps' from UI VM to all VM's. * Improved logic behind 'GetAvailableMaps'. * Server browser and SQVM now rely on 'MOD_GetAllInstalledMaps'. This new function populates the global vector 'g_vAllMaps' with all installed maps. * Improved 'KeyValues' structure to use union for shared members.