mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fix a fatal flaw with the port allocator
This commit is contained in:
@@ -77,6 +77,7 @@ namespace Tgstation.Server.Host.Core
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.LogDebug(ex, "Not using port {0}", I);
|
||||
continue;
|
||||
}
|
||||
|
||||
logger.LogInformation("Allocated port {0}", I);
|
||||
|
||||
Reference in New Issue
Block a user