mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Merge branch 'master' into Indev
Conflicts: MinecraftClient/McTcpClient.cs MinecraftClient/Protocol/ProtocolHandler.cs MinecraftClient/Settings.cs
This commit is contained in:
commit
5c8c3f42ed
3 changed files with 10 additions and 10 deletions
|
|
@ -23,7 +23,7 @@ namespace MinecraftClient.Protocol
|
|||
/// <param name="protocolversion">Will contain protocol version, if ping successful</param>
|
||||
/// <returns>TRUE if ping was successful</returns>
|
||||
|
||||
public static bool GetServerInfo(string serverIP, int serverPort, ref int protocolversion)
|
||||
public static bool GetServerInfo(string serverIP, ushort serverPort, ref int protocolversion)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue