Skip to content

Commit

Permalink
Update 0.6.01 Hotfix - Fixed small issue with version checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhaddil committed Sep 17, 2024
1 parent 65e8b19 commit 7dfd4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lua54 'yes'

author 'Muhaddil'
description 'Mileage-based vehicle breakdown system for ESX&QBCore'
version 'v0.6.0-beta'
version 'v0.6.01-beta'

shared_script 'config.lua'
client_script 'client.lua'
Expand Down
2 changes: 1 addition & 1 deletion server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if Config.AutoVersionChecker then
print('╰────────────────────────────────────────────────────╯')
else
print('╭────────────────────────────────────────────────────╮')
printCentered('[FiveM-MilageVehicleFailure] - Up-to-date', boxWidth, '32') -- Green
printWrapped('[FiveM-MilageVehicleFailure] - Up-to-date', boxWidth, '32') -- Green
printWrapped('Current version: ' .. currentVersion, boxWidth, '32') -- Green
print('╰────────────────────────────────────────────────────╯')
end
Expand Down

0 comments on commit 7dfd4a1

Please sign in to comment.