PhilippvK / playforia-minigolf

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

Fix incorrect counting of playerStrokes on server #94

Closed pehala closed 3 years ago

pehala commented 3 years ago

It seems like endStroke method will be called for each players as they probably need to confirm the end of the turn.

Fixes #92

PhilippvK commented 3 years ago

Thank you very much!