fix new credit add2
This commit is contained in:
parent
542fcfe3ad
commit
55b9f3306d
1 changed files with 3 additions and 2 deletions
|
|
@ -382,9 +382,10 @@
|
|||
|
||||
If CoinAmount >= ServiceAmountSupCampain Then
|
||||
|
||||
DEBUGVAR CoffeeCreditKeep
|
||||
DEBUGVAR Seeker.IntVendingCredit
|
||||
|
||||
Var CurrAmount = CoffeeCreditKeep
|
||||
Var CurrAmount = Seeker.CurrCreditAmount - Seeker.IntVendingCredit
|
||||
Var Seeker.IntVendingCredit = 0
|
||||
Var RefID = "0/" + Seeker.CreditNotEnoughRefID
|
||||
Var Seeker.CreditReferenceTmp = RefID
|
||||
Else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue