mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix typos breaking fundPlayer function
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user