Merge pull request #399 from itschip/boat-exports

feat(boat/config): exports getting boat garages
This commit is contained in:
Benzo
2022-08-13 22:03:45 +02:00
committed by GitHub
+5 -1
View File
@@ -85,4 +85,8 @@ Config.Vehicles = {
{model = 'squalo', label = 'Squalo (Random Color)', price = 61000},
{model = 'toro', label = 'Toro', price = 200000},
{model = 'submersible', label = 'Submersible', price = 750000}
}
}
exports('getGarages', function()
return Config.Zones.Garages
end)