MCPcopy Create free account
hub / github.com/catabriga/graphwar / sendStartCountDown

Method sendStartCountDown

src/GraphServer/GraphServer.java:807–818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers 1

handleMessageMethod · 0.95

Calls 1

sendMessageAllMethod · 0.95

Tested by

no test coverage detected