mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 07:38:06 +03:00
Revert "Fixed server not being listed on master server"
This reverts commit c69b817d62fe90e17e748e190d055b7ee511ff20.
This commit is contained in:
parent
5c36a5c338
commit
ac8983ee94
@ -36,21 +36,17 @@ namespace Steamworks
|
||||
/// </summary>
|
||||
public string GameDescription;
|
||||
|
||||
/// <summary>
|
||||
/// Is a dedicated server
|
||||
/// </summary>
|
||||
public bool DedicatedServer;
|
||||
|
||||
|
||||
public SteamServerInit( string modDir, string gameDesc )
|
||||
public SteamServerInit( string modDir, string gameDesc )
|
||||
{
|
||||
DedicatedServer = true;
|
||||
ModDir = modDir;
|
||||
ModDir = modDir;
|
||||
GameDescription = gameDesc;
|
||||
GamePort = 27015;
|
||||
QueryPort = 27016;
|
||||
Secure = true;
|
||||
VersionString = "1.0.0.0";
|
||||
ModDir = "unset";
|
||||
GameDescription = "unset";
|
||||
IpAddress = null;
|
||||
SteamPort = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user