Skip to content

Commit

Permalink
i’m dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeganAI authored Sep 30, 2023
1 parent 3a2be05 commit 2b1f93c
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 @@ -23,7 +23,7 @@ RegisterNetEvent('qb-taxi:server:NpcPay', function(Payment)
if Config.Management then
exports['qb-management']:AddMoney(Config.jobRequired, Payment)
else
Player.Functions.AddMoney(Config.jobRequired, Payment)
Player.Functions.AddMoney('cash', Payment)
end
local chance = math.random(1, 100)
if chance < 26 then
Expand Down

0 comments on commit 2b1f93c

Please sign in to comment.