From 4e326b7a1a770d14200a198b68d048346903ce5c Mon Sep 17 00:00:00 2001 From: KeeganAI <53181748+KeeganAI@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:36:43 +0200 Subject: [PATCH] typo remvoed debug print --- server/main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main.lua b/server/main.lua index 3105a5a..50fa66d 100644 --- a/server/main.lua +++ b/server/main.lua @@ -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