Further lighting optimization, fixed (railgun) controller movement, physicsbody collisioncategory changes, command room reactor controls in Vellamo
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Subsurface.Networking
|
||||
myCharacter = Character.Controlled;
|
||||
|
||||
// Create new instance of configs. Parameter is "application Id". It has to be same on client and server.
|
||||
NetPeerConfiguration config = new NetPeerConfiguration("subsurface");
|
||||
NetPeerConfiguration config = new NetPeerConfiguration("barotrauma");
|
||||
|
||||
#if DEBUG
|
||||
config.SimulatedLoss = 0.1f;
|
||||
|
||||
Reference in New Issue
Block a user