fix on coin duplicate
This commit is contained in:
parent
7c15e0c9ec
commit
c4db7306af
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue