()
| 527 | } |
| 528 | |
| 529 | public void stop() |
| 530 | { |
| 531 | if(roomCreated) |
| 532 | { |
| 533 | closeRoom(); |
| 534 | } |
| 535 | |
| 536 | quitGlobal(); |
| 537 | disconnect(false); |
| 538 | |
| 539 | ((PreGameScreen)graphwar.getUI().getScreen(Constants.PRE_GAME_SCREEN)).refreshGlobalButton(); |
| 540 | ((GameScreen)graphwar.getUI().getScreen(Constants.GAME_SCREEN)).refreshGlobalButton(); |
| 541 | } |
| 542 | |
| 543 | public void sendRoomStatus() |
| 544 | { |
nothing calls this directly
no test coverage detected