()
| 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 | { |
no test coverage detected