|
@@ -86,7 +86,7 @@ namespace GFGGame
|
|
|
private void OnNumericChange(EventContext context)
|
|
|
{
|
|
|
var status = (int)context.data;
|
|
|
- if (status == NumericType.FirstRechargeBonusStatus || status == NumericType.RechargeTotal)
|
|
|
+ if (status == NumericType.FirstRechargeBonusStatus || status == NumericType.FirstRechargeTotal)
|
|
|
{
|
|
|
UpdateView();
|
|
|
}
|