spring / uberserver

uberserver, a matchmaking/chat lobby server for the spring rts project
https://springrts.com/wiki/Uberserver
Other
33 stars 38 forks source link

Fix duplicate `REQUESTBATTLESTATUS` sent to host #376

Closed MasterBel2 closed 4 years ago

MasterBel2 commented 4 years ago

Call to battle.joinBattle() results in client.Send('REQUESTBATTLESTATUS') and has no exit-paths before that call, making the call on the line directly after battle.joinBattle() entirely redundant.

silentwings commented 4 years ago

thanks