added -ip so you are able to specify which ip to bind the server
This commit is contained in:
@@ -16,7 +16,8 @@ namespace Barotrauma.Steam
|
||||
{
|
||||
GamePort = (ushort)server.Port,
|
||||
QueryPort = isPublic ? (ushort)server.QueryPort : (ushort)0,
|
||||
Mode = isPublic ? Steamworks.InitServerMode.Authentication : Steamworks.InitServerMode.NoAuthentication
|
||||
Mode = isPublic ? Steamworks.InitServerMode.Authentication : Steamworks.InitServerMode.NoAuthentication,
|
||||
IpAddress = server.ServerSettings.ListenIPAddress
|
||||
};
|
||||
//options.QueryShareGamePort();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user