()
| 805 | } |
| 806 | |
| 807 | private void sendStartCountDown() |
| 808 | { |
| 809 | if(countingDown==false) |
| 810 | { |
| 811 | countingDown = true; |
| 812 | |
| 813 | startDelayer = new StartDelayer(this); |
| 814 | |
| 815 | String message = NetworkProtocol.START_COUNTDOWN+""; |
| 816 | sendMessageAll(message); |
| 817 | } |
| 818 | } |
| 819 | |
| 820 | private void reorderPlayers() |
| 821 | { |
no test coverage detected