Qbox-project / qbx_garages

GNU General Public License v3.0
9 stars 38 forks source link

fix(server): get the garages from the correct config #87

Closed HeyImRedacted closed 4 months ago

HeyImRedacted commented 4 months ago

Description

My pull request changes the config used for getting garages from the shared config to the server config. The server config contains the actual garage data, which fixes the issue of garages not being retrieved correctly and resulting in a nil value / no Garages.

Checklist