Commit 8c15ab3d by mushishixian

fix

parent e873c63a
Showing with 2 additions and 2 deletions
...@@ -146,9 +146,9 @@ func (ls *LyService) GetActivityPrice(sku model.LySku, suffix string, power Powe ...@@ -146,9 +146,9 @@ func (ls *LyService) GetActivityPrice(sku model.LySku, suffix string, power Powe
hasActivity = false hasActivity = false
continue continue
} }
if !strings.Contains(visibleRoster, ","+value+",") { if strings.Contains(visibleRoster, ","+value+",") {
hasActivity = true hasActivity = true
continue break
} else { } else {
hasActivity = false hasActivity = false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment