Station Alert - Inferno Collection

v1.1.3 - 06/13/2025

YouTube Video:

Added:

Changed:

  • ‘Locations - Get All *’ Server Export data structure returns
    • Previously these exports returned a table with an entry called locations which contained the expected data.
    • Now the returned table contains what was previously inside locations.
    • To update existing implementations, remove .locations from any code, see example below:
      • -- Old implementation
        local stations = exports["inferno-station-alert"]getAllLocations().locations
        
        -- New implementation
        local stations = exports["inferno-station-alert"]getAllLocations()
        

Full Changelog


Other Resources: