Fix typos breaking fundPlayer function

This commit is contained in:
Jim Shield
2025-08-17 02:10:38 +01:00
parent 5f81bfa899
commit 8b0e4d803f

View File

@@ -290,8 +290,8 @@ function fundPlayer(fund, moneyType, newsrc)
local framework = moneyFunc[i]
if framework.framework == OXInv and moneyType == "bank" then goto skip end
if isStarted(framework.framework) then
debugPrint("^6Bridge^7: ^2Funding ^3"..framework.framework.." ^2Player^7: '^6"..cost.."^7'", moneyType)
is_success = framework.chargePlayer(src, fund, moneyType)
debugPrint("^6Bridge^7: ^2Funding ^3"..framework.framework.." ^2Player^7: '^6"..fund.."^7'", moneyType)
is_success = framework.fundPlayer(src, fund, moneyType)
break
end
::skip::