mirror of
https://github.com/TotalFreedomMC/ZeroTelnetClient.git
synced 2024-12-22 08:15:17 +00:00
Merge pull request #1 from Ryxius/patch-1
Update BTC_ConnectionManager.java
This commit is contained in:
commit
74b70ae2f3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class BTC_ConnectionManager
|
||||||
this.port = port;
|
this.port = port;
|
||||||
this.loginName = null;
|
this.loginName = null;
|
||||||
updateTitle(true);
|
updateTitle(true);
|
||||||
BTC_MainPanel.setIconImage(BTC_MainPanel.getWindows()[0], "Connecting");
|
BTC_MainPanel.setIconImage(BTC_MainPanel.getWindows()[0], "Connected");
|
||||||
|
|
||||||
startConnectThread();
|
startConnectThread();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue