feat: add blank status #165
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue