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

Method finishGame

src/RoomServer/RemoteGraphServer.java:104–112  ·  view source on GitHub ↗
(ClientConnection client)

Source from the content-addressed store, hash-verified

102 }
103
104 protected void finishGame(ClientConnection client)
105 {
106 super.finishGame(client);
107
108 if(this.gameState == Constants.PRE_GAME)
109 {
110 globalClient.recreateRoom();
111 }
112 }
113}

Callers

nothing calls this directly

Calls 1

recreateRoomMethod · 0.45

Tested by

no test coverage detected