()
| 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 | { |
nothing calls this directly
no test coverage detected