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

Method closeRoom

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

Source from the content-addressed store, hash-verified

223 }
224
225 public void closeRoom()
226 {
227 if(this.roomCreated)
228 {
229 this.roomCreated = false;
230 this.roomHidden = false;
231 this.roomInvalid = false;
232 this.connection.sendMessage(NetworkProtocol.CLOSE_ROOM+"");
233 }
234 }
235
236 public void hideRoom()
237 {

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected