Fixed propulsion applying force to _every limb except_ the ones it's supposed to, fixed pressure building up in enclosed rooms that are full of water, fixed netlobby displaying multiple votes for clients, progress on file transfer
This commit is contained in:
@@ -45,6 +45,8 @@ namespace Barotrauma.Networking
|
||||
|
||||
private bool saveServerLogs = true;
|
||||
|
||||
private bool allowFileTransfers = true;
|
||||
|
||||
public bool AutoRestart
|
||||
{
|
||||
get { return (ConnectedClients.Count == 0) ? false : autoRestart; }
|
||||
|
||||
Reference in New Issue
Block a user