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:
parent
92aec38c52
commit
3f72dd0d79
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user