change variable to keep credit

This commit is contained in:
Kenta420 2024-02-09 12:06:26 +07:00
parent 9e8f4658a8
commit 542fcfe3ad

View file

@ -381,7 +381,10 @@
Var ServiceAmountSupCampain = Seeker.ServiceAmount2 - Seeker.IntVendingCampaign
If CoinAmount >= ServiceAmountSupCampain Then
Var CurrAmount = Seeker.CurrCreditAmount
DEBUGVAR CoffeeCreditKeep
Var CurrAmount = CoffeeCreditKeep
Var RefID = "0/" + Seeker.CreditNotEnoughRefID
Var Seeker.CreditReferenceTmp = RefID
Else