mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14: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]
|
local framework = moneyFunc[i]
|
||||||
if framework.framework == OXInv and moneyType == "bank" then goto skip end
|
if framework.framework == OXInv and moneyType == "bank" then goto skip end
|
||||||
if isStarted(framework.framework) then
|
if isStarted(framework.framework) then
|
||||||
debugPrint("^6Bridge^7: ^2Funding ^3"..framework.framework.." ^2Player^7: '^6"..cost.."^7'", moneyType)
|
debugPrint("^6Bridge^7: ^2Funding ^3"..framework.framework.." ^2Player^7: '^6"..fund.."^7'", moneyType)
|
||||||
is_success = framework.chargePlayer(src, fund, moneyType)
|
is_success = framework.fundPlayer(src, fund, moneyType)
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
::skip::
|
::skip::
|
||||||
|
|||||||
Reference in New Issue
Block a user