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

Method sendRoomInvalid

src/GlobalServer/GlobalServer.java:205–210  ·  view source on GitHub ↗
(LobbyPlayer player)

Source from the content-addressed store, hash-verified

203 }
204
205 private void sendRoomInvalid(LobbyPlayer player)
206 {
207 String message = NetworkProtocol.ROOM_INVALID+"";
208
209 player.sendMessage(message);
210 }
211
212 public synchronized void handleMessage(String message, LobbyPlayer player)
213 {

Callers 1

handleMessageMethod · 0.95

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected