tylerjemarshall / ChatServer

Will support lobbies and mini-games.
Eclipse Public License 1.0
0 stars 0 forks source link

When client enters incorrect password joining private room, doesnt change selected index of the ComboBox. #13

Closed tylerjemarshall closed 9 years ago

tylerjemarshall commented 9 years ago

When client enters incorrect password joining private room, doesnt change selected index of the ComboBox.

This might be able to be fixed by adding a updateClient(client) or updateRoom(room) somewhere in Echoserver.

tylerjemarshall commented 9 years ago

Fixed