Fix leaveGame

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@453 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-18 00:57:04 +02:00
parent 4db4ec03d7
commit 5aa115f4db

View file

@ -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) {