Fixed issues bring by update
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Barotrauma
|
|||||||
}
|
}
|
||||||
public int ConnectClients
|
public int ConnectClients
|
||||||
{
|
{
|
||||||
get { return Client.ClientList.Count; }
|
get { return GameMain.Server.ConnectedClients.Count; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public double RealTickRate
|
public double RealTickRate
|
||||||
|
|||||||
@@ -409,7 +409,6 @@ namespace Barotrauma
|
|||||||
|
|
||||||
public void LoadPreviousSave()
|
public void LoadPreviousSave()
|
||||||
{
|
{
|
||||||
GameMain.LuaCs.Hook.Call("roundEnd");
|
|
||||||
AchievementManager.OnRoundEnded(this, roundInterrupted: true);
|
AchievementManager.OnRoundEnded(this, roundInterrupted: true);
|
||||||
Submarine.Unload();
|
Submarine.Unload();
|
||||||
SaveUtil.LoadGame(DataPath);
|
SaveUtil.LoadGame(DataPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user