Build 0.20.9.0
This commit is contained in:
@@ -335,9 +335,9 @@ namespace Barotrauma.Networking
|
||||
#endif
|
||||
if (!started) { return; }
|
||||
|
||||
if (OwnerConnection != null && ChildServerRelay.HasShutDown)
|
||||
if (ChildServerRelay.HasShutDown)
|
||||
{
|
||||
Quit();
|
||||
GameMain.Instance.CloseServer();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -3939,6 +3939,7 @@ namespace Barotrauma.Networking
|
||||
|
||||
public void Quit()
|
||||
{
|
||||
|
||||
if (started)
|
||||
{
|
||||
started = false;
|
||||
|
||||
Reference in New Issue
Block a user