Skip to content

Commit

Permalink
chore: set rumpo3 vehicle as default
Browse files Browse the repository at this point in the history
- Setting the "rumpo3" vehicle as default should resolve the stuck vehicle problem, it would appear that only rumpo vehicles with advertising lettering have this problem.
  • Loading branch information
bitpredator committed Aug 17, 2024
1 parent 4b276ab commit c582337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Config.Locale = "it"
Config.OxInventory = ESX.GetConfig().OxInventory

Config.AuthorizedVehicles = {
{ model = "rumpo", label = "Rumpo" },
{ model = "rumpo3", label = "Rumpo" },
}

Config.Zones = {
Expand Down

0 comments on commit c582337

Please sign in to comment.