diff --git a/Scripts/Misc/ServerList.cs b/Scripts/Misc/ServerList.cs index 0060d5f46..1b8e67a43 100644 --- a/Scripts/Misc/ServerList.cs +++ b/Scripts/Misc/ServerList.cs @@ -104,8 +104,8 @@ namespace Server.Misc private static void Resolve( string addr, out IPAddress outValue ) { - if ( IPAddress.TryParse( addr, out outValue ) ) - return; + if ( IPAddress.TryParse( addr, out outValue ) ) + return; try { IPHostEntry iphe = Dns.GetHostEntry( addr );