* Client connect - Fixed that reconnect request was also shown if no successful connection was set up before.

This commit is contained in:
LevelX2 2014-09-25 23:13:05 +02:00
parent 7e9accb0fd
commit 2c63d3bff8
6 changed files with 16 additions and 11 deletions

View file

@ -38,7 +38,7 @@ public class SimpleMageClient implements MageClient {
}
@Override
public void disconnected() {
public void disconnected(boolean errorCall) {
// do nothing
}