mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix build warning
This commit is contained in:
@@ -430,7 +430,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
/// Check if a given <paramref name="port"/> can be bound to.
|
||||
/// </summary>
|
||||
/// <param name="port">The port number to test.</param>
|
||||
void PortBindTest(ushort port)
|
||||
static void PortBindTest(ushort port)
|
||||
{
|
||||
using var socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user