Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
remvoed debug print
  • Loading branch information
KeeganAI authored Sep 28, 2023
1 parent 52e89df commit 4e326b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ QBCore.Functions.CreateCallback('qb-taxi:server:handleMoney', function(source, c
local Player = QBCore.Functions.GetPlayer(source)
local payMethod = Config.depositSystem.method
local amount = Config.depositSystem.amount
print(plate)
if bool then -- remove money (retrieve taxi)
if Player.Functions.RemoveMoney(payMethod, amount) then
carsTaken[plate] = true
Expand Down

0 comments on commit 4e326b7

Please sign in to comment.