Skip to content

Commit

Permalink
Update server/main.lua
Browse files Browse the repository at this point in the history
Co-authored-by: David Malchin <[email protected]>
  • Loading branch information
solareon and D4isDAVID authored Sep 26, 2024
1 parent 6717dda commit 012bf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ RegisterNetEvent('qbx_vehicleshop:server:testDrive', function(data)
local src = source

if Player(src).state.isInTestDrive then
return exports.qbx_core:Notify(src, locale('error.alreadytestdriving'), 'error')
return exports.qbx_core:Notify(src, locale('error.testdrive_alreadyin'), 'error')
end

local shopId = getShopZone(src)
Expand Down

0 comments on commit 012bf62

Please sign in to comment.