()
| 541 | } |
| 542 | |
| 543 | public void sendRoomStatus() |
| 544 | { |
| 545 | if(roomCreated) |
| 546 | { |
| 547 | String message = NetworkProtocol.ROOM_STATUS+"&"+this.graphwar.getGameData().getGameMode()+"&"+this.graphwar.getGameData().getPlayers().size(); |
| 548 | |
| 549 | this.connection.sendMessage(message); |
| 550 | } |
| 551 | } |
| 552 | |
| 553 | public boolean checkTimeout() |
| 554 | { |
no test coverage detected