(85a4d4243) Fixed Steam servers never refreshing their info on the master server (game started, settings, etc), report the currently selected sub to Steam. Closes #1489
This commit is contained in:
@@ -182,6 +182,10 @@ namespace Barotrauma.Networking
|
||||
if (SteamManager.USE_STEAM)
|
||||
{
|
||||
SteamManager.CreateServer(this, isPublic);
|
||||
if (isPublic)
|
||||
{
|
||||
registeredToMaster = true;
|
||||
}
|
||||
}
|
||||
if (isPublic && !GameMain.Config.UseSteamMatchmaking)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user