modify serveraddress...

master
502647092 2015-09-14 20:51:21 +08:00
parent 92aec38c52
commit 3f72dd0d79
1 changed files with 1 additions and 1 deletions

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())