PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
85 stars 31 forks source link

Skipping track might cause weird score #92

Closed pehala closed 3 years ago

pehala commented 3 years ago

When all players but one were done with round and he skipped the score got really weird and we had 42 strokes instead of 10 (with limit of 20)

PhilippvK commented 3 years ago

I was aware of this bug but nerver figured out what is causing this one... I thought it was similar to the race condition which might happen if multiple users press "skip track" at the same time.