issues
search
Zemanzo
/
web-marbles
Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23
stars
12
forks
source link
Client reconnect fixes
#214
Closed
Qaomen
closed
5 years ago
Qaomen
commented
5 years ago
Fixed a TypeError in
chat.js
, which hid the first reconnect message.
The client's game state resets the moment a connection is (re)made, so the game's cleaned up before initial data is being processed.
Fixed a dumb that caused the initial data to never have the game's state as "waiting".
chat.js
, which hid the first reconnect message.