diff --git a/src/Tgstation.Server.Host/Core/PortAllocator.cs b/src/Tgstation.Server.Host/Core/PortAllocator.cs index 81b1a57eb6..4181334204 100644 --- a/src/Tgstation.Server.Host/Core/PortAllocator.cs +++ b/src/Tgstation.Server.Host/Core/PortAllocator.cs @@ -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);