mett29/ing-sw-2018-lambertucci-losavio-mancassola

GUI must show disconnected players and the winner

Closed this issue · 0 comments

player.isDisconnect() ? "(DISCONNECTED)" : "";

and

player.isWinner() ? "(WINNER)" : "";