joncox123 / PyBoloPublic

An enhanced, modern, cross-platform implementation of the classic multiplayer tank game, Bolo.
https://pybolo.com
Other
0 stars 0 forks source link

Make sure that tank boat state change triggers server to client update #5

Closed joncox123 closed 3 weeks ago

joncox123 commented 4 weeks ago

Sometimes the player gets on a boat and another boat is left behind. Make sure server state update messages are getting sent from tank.py, change=True during critical events with the required information.

joncox123 commented 3 weeks ago

Fixed by moving boat actions 100% over to server side.