(3dc4135ce) v0.9.5.1

This commit is contained in:
Regalis
2019-11-21 18:22:25 +01:00
parent b39922a074
commit 5c95c53118
287 changed files with 12655 additions and 5048 deletions
@@ -62,7 +62,8 @@ namespace Barotrauma.Networking
STARTGAME, //start a new round
ENDGAME,
TRAITOR_MESSAGE
TRAITOR_MESSAGE,
MISSION
}
enum ServerNetObject
{
@@ -152,12 +153,10 @@ namespace Barotrauma.Networking
protected RespawnManager respawnManager;
public bool ShowNetStats;
#if DEBUG
public float SimulatedRandomLatency, SimulatedMinimumLatency;
public float SimulatedLoss;
public float SimulatedDuplicatesChance;
#endif
public int TickRate
{