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

Method sendModeMessage

src/RoomServer/RemoteGraphServer.java:74–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 protected void sendModeMessage()
75 {
76 super.sendModeMessage();
77
78 globalClient.sendRoomStatus(this.gameMode, this.players.size());
79 }
80
81 public void removeClient(ClientConnection client)
82 {

Callers

nothing calls this directly

Calls 1

sendRoomStatusMethod · 0.45

Tested by

no test coverage detected