mirror of
https://e.coding.net/circlecloud/CTZLauncher.git
synced 2025-11-24 21:36:06 +00:00
modify serveraddress...
This commit is contained in:
@@ -156,7 +156,7 @@ namespace CTZLauncher
|
|||||||
MessageBox.Show("请输入账号密码!");
|
MessageBox.Show("请输入账号密码!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
CTZAuthenticator auth = new CTZAuthenticator(username.Text, password.Text, "citycraft.cn", serverport);
|
CTZAuthenticator auth = new CTZAuthenticator(username.Text, password.Text, serveraddress, serverport);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (auth.isRegistered())
|
if (auth.isRegistered())
|
||||||
|
|||||||
Reference in New Issue
Block a user