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

Method removePlayer

src/RoomServer/RemoteGraphServer.java:65–72  ·  view source on GitHub ↗
(int playerID, ClientConnection client)

Source from the content-addressed store, hash-verified

63 }
64
65 protected boolean removePlayer(int playerID, ClientConnection client)
66 {
67 boolean v = super.removePlayer(playerID, client);
68
69 globalClient.sendRoomStatus(this.gameMode, this.players.size());
70
71 return v;
72 }
73
74 protected void sendModeMessage()
75 {

Callers

nothing calls this directly

Calls 1

sendRoomStatusMethod · 0.45

Tested by

no test coverage detected