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

Method sendModeMessage

src/GraphServer/GraphServer.java:569–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567 }
568
569 protected void sendModeMessage()
570 {
571 String message = NetworkProtocol.SET_MODE+"&"+gameMode;
572 sendMessageAll(message);
573 }
574
575 private boolean checkAllReady()
576 {

Callers 1

handleMessageMethod · 0.95

Calls 1

sendMessageAllMethod · 0.95

Tested by

no test coverage detected