Unstable v0.1300.0.0 (February 19th 2021)
This commit is contained in:
@@ -14,15 +14,6 @@ namespace Barotrauma.Networking
|
||||
|
||||
public static string MasterServerUrl = GameMain.Config.MasterServerUrl;
|
||||
|
||||
//if a Character is further than this from the sub and the players, the server will disable it
|
||||
//(in display units)
|
||||
public const float DisableCharacterDist = 22000.0f;
|
||||
public const float DisableCharacterDistSqr = DisableCharacterDist * DisableCharacterDist;
|
||||
|
||||
//the character needs to get this close to be re-enabled
|
||||
public const float EnableCharacterDist = 20000.0f;
|
||||
public const float EnableCharacterDistSqr = EnableCharacterDist * EnableCharacterDist;
|
||||
|
||||
public const float MaxPhysicsBodyVelocity = 64.0f;
|
||||
public const float MaxPhysicsBodyAngularVelocity = 16.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user