Faction Test 100.8.0.0

This commit is contained in:
Markus Isberg
2022-12-01 22:00:25 +02:00
parent 0057f5bfce
commit f7f1ebd979
66 changed files with 965 additions and 505 deletions
@@ -335,9 +335,9 @@ namespace Barotrauma.Networking
#endif
if (!started) { return; }
if (OwnerConnection != null && ChildServerRelay.HasShutDown)
if (ChildServerRelay.HasShutDown)
{
Quit();
GameMain.Instance.CloseServer();
return;
}
@@ -3938,6 +3938,7 @@ namespace Barotrauma.Networking
public void Quit()
{
if (started)
{
started = false;