fix on coin duplicate

This commit is contained in:
miggaze 2022-05-24 19:14:12 +07:00
parent 7c15e0c9ec
commit c4db7306af

View file

@ -192,7 +192,7 @@
If CountStepPackPayment >= CountStepForCupFlagDelay Then If CountStepPackPayment = CountStepForCupFlagDelay Then
If Seeker = "curr" Then If Seeker = "curr" Then
Var Seeker.ExtendData = ExtendDataCurr Var Seeker.ExtendData = ExtendDataCurr
Else Else
@ -208,6 +208,8 @@
CoinVending XBILL CoinVending XBILL
;Var CoinAmount = 0 ;Var CoinAmount = 0
Var Delay = 1 Var Delay = 1
Else
Var Delay = 1
EndIf EndIf