Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

[bug] When game is over, clients receive an empty list of connected players #73

Open gentimouton opened 11 years ago

gentimouton commented 11 years ago

When the game restarts, the server sends a config message. Currently, the config message does not contain any connected user. It should contain the list of currently connected users, or at least send one NU message per user connected.