fred4jupiter / fredbet

Simple football betting application using Spring Boot, Thymeleaf and Bootstrap. Well prepared for betting with friends.
MIT License
119 stars 63 forks source link

Final match bets bug #29

Closed bartektartanus closed 2 years ago

bartektartanus commented 2 years ago

image

As you can see, users get points for correctly predicting winner of the match (1 point) but it has never been that way before:

image

Now it looks like it gives point for predicting the winner (after resave of the game result) but only if the home team is winning:

1) 1 point and home team won in penalty image 2) 0 points and away team won image

fred4jupiter commented 2 years ago

Yes, this was a bug. It is now fixed in lastest version. Thanks for pointing out!