feat: add blank status #165

Merged
ptran merged 2 commits from slots-blank into main 2025-05-07 12:25:57 +00:00
Showing only changes of commit f813512436 - Show all commits

View file

@ -33,7 +33,6 @@ public class SlotService {
this.thirdReel = shuffleReel(reelStrip);
}
public SpinResult spin(BigDecimal betAmount, UserEntity user) {
int index1 = this.random.nextInt(REEL_LENGTH);
int index2 = this.random.nextInt(REEL_LENGTH);