fixed stupid missed edit
This commit is contained in:
parent
b516d6e30a
commit
a133885884
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ namespace Server.Misc
|
|||
private static void Resolve( string addr, out IPAddress outValue )
|
||||
{
|
||||
if ( IPAddress.TryParse( addr, out outValue ) )
|
||||
return true;
|
||||
return;
|
||||
|
||||
try {
|
||||
IPHostEntry iphe = Dns.GetHostEntry( addr );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue