Fix leaveGame
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@453 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
4db4ec03d7
commit
5aa115f4db
1 changed files with 1 additions and 1 deletions
|
@ -136,8 +136,8 @@ class ConnectionControl {
|
||||||
}
|
}
|
||||||
|
|
||||||
void leaveGame() {
|
void leaveGame() {
|
||||||
currentGame = null;
|
|
||||||
new Thread(new SendGameLeaveRunner(currentGame.getGameID())).start();
|
new Thread(new SendGameLeaveRunner(currentGame.getGameID())).start();
|
||||||
|
currentGame = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ackJoinGame(String recipient, boolean ack) {
|
void ackJoinGame(String recipient, boolean ack) {
|
||||||
|
|
Reference in a new issue