Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate
REQUESTBATTLESTATUS
sent to host
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.
- Loading branch information