varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Timer doesn't work well when the battle start is delayed #200

Open varkor opened 9 years ago

varkor commented 9 years ago

If a battle begins on the server, but takes a while to start on the client (for example if a textbox message must be accepted first), the battle will start the timer when the battle starts, rather than when it receives the message, meaning the player will think they have more time than they really do.