refactor: subtract betamount on blank status #166

Merged
ptran merged 2 commits from slots-fix-blank-result into main 2025-05-07 12:50:20 +00:00
Showing only changes of commit e2e249d899 - Show all commits

View file

@ -66,7 +66,6 @@ public class SlotService {
return spinResult;
}
private void buildResultMatrix(SpinResult spinResult, int index1, int index2, int index3) {
List<List<Symbol>> resultMatrix = new ArrayList<>(3);