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