GUI must show disconnected players and the winner
Closed this issue · 0 comments
ontech7 commented
player.isDisconnect() ? "(DISCONNECTED)" : "";
and
player.isWinner() ? "(WINNER)" : "";
Closed this issue · 0 comments
player.isDisconnect() ? "(DISCONNECTED)" : "";
and
player.isWinner() ? "(WINNER)" : "";