From 3f72dd0d79997df14e1c598d7009094216a10e61 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Mon, 14 Sep 2015 20:51:21 +0800 Subject: [PATCH] modify serveraddress... --- CTZLauncher/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTZLauncher/MainWindow.xaml.cs b/CTZLauncher/MainWindow.xaml.cs index 718cbc5..8457db7 100644 --- a/CTZLauncher/MainWindow.xaml.cs +++ b/CTZLauncher/MainWindow.xaml.cs @@ -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())