From be20b2d4a2dc8ad57f16a48755454207e00e6366 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Sat, 5 Sep 2015 13:22:35 +0800 Subject: [PATCH] update... --- CTZLauncher/MainWindow.xaml.cs | 2 +- MinecraftServerInfo/Program.cs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CTZLauncher/MainWindow.xaml.cs b/CTZLauncher/MainWindow.xaml.cs index 7fecc59..5dd849f 100644 --- a/CTZLauncher/MainWindow.xaml.cs +++ b/CTZLauncher/MainWindow.xaml.cs @@ -12,7 +12,7 @@ using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; -using System.Windows.Media.Animation; +using System.Windows.Media.Animation; namespace CTZLauncher { diff --git a/MinecraftServerInfo/Program.cs b/MinecraftServerInfo/Program.cs index fcadef5..c774402 100644 --- a/MinecraftServerInfo/Program.cs +++ b/MinecraftServerInfo/Program.cs @@ -14,11 +14,6 @@ namespace MinecraftServerInfo using (Socket client = new Socket(SocketType.Stream, ProtocolType.Tcp)) try { - //01 00 - //0F 00-2F 09 31 32 37 2E 30 2E 30 2E 31 63 DD 01 - //client.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.SendTimeout, 1000); - //client.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReceiveTimeout, 5000); - //client.Connect("CityCraft.cn", 25565); client.Connect("four.mengcraft.com", 11133); Console.WriteLine("开始连接"); if (client.Connected)