1
0
mirror of https://e.coding.net/circlecloud/CTZLauncher.git synced 2024-11-14 00:48:48 +00:00

modify serveraddress...

This commit is contained in:
502647092 2015-09-14 20:51:21 +08:00
parent 92aec38c52
commit 3f72dd0d79

View File

@ -156,7 +156,7 @@ namespace CTZLauncher
MessageBox.Show("请输入账号密码!");
return;
}
CTZAuthenticator auth = new CTZAuthenticator(username.Text, password.Text, "citycraft.cn", serverport);
CTZAuthenticator auth = new CTZAuthenticator(username.Text, password.Text, serveraddress, serverport);
try
{
if (auth.isRegistered())