mirror of
https://e.coding.net/circlecloud/CTZLauncher.git
synced 2024-11-21 01:58:48 +00:00
更新项目...
This commit is contained in:
parent
4b5d48ae64
commit
c998ee5251
@ -224,6 +224,9 @@
|
||||
<ItemGroup>
|
||||
<Resource Include="image\area.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="image\join.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
@ -14,7 +14,7 @@ namespace MinecraftServerInfo
|
||||
using (Socket client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp))
|
||||
try
|
||||
{
|
||||
client.Connect("four.mengcraft.com", 11133);
|
||||
client.Connect("play.i5mc.com", 25565);
|
||||
Console.WriteLine("开始连接");
|
||||
if (client.Connected)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user