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

Method hideRoom

src/RoomServer/GlobalClient.java:236–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 }
235
236 public void hideRoom()
237 {
238 if(this.roomCreated)
239 {
240 this.roomCreated = false;
241 this.roomHidden = true;
242 this.connection.sendMessage(NetworkProtocol.CLOSE_ROOM+"");
243 }
244 }
245
246 private void quitGlobal()
247 {

Callers 2

handleMessageMethod · 0.95
startGameMethod · 0.45

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected