Targets .NET Core 3.0 (#39)
This commit is contained in:
parent
0993c03b70
commit
08bf44af9a
125 changed files with 1473 additions and 14244 deletions
|
|
@ -80,8 +80,9 @@ namespace Server.Misc
|
|||
|
||||
e.AddServer(ServerName, new IPEndPoint(localAddress, localPort));
|
||||
}
|
||||
catch
|
||||
catch (Exception er)
|
||||
{
|
||||
Console.WriteLine(er);
|
||||
e.Rejected = true;
|
||||
}
|
||||
}
|
||||
|
|
@ -206,4 +207,4 @@ namespace Server.Misc
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue