Possible to use the same sub as the main submarine and the respawn shuttle, fixed duplicate client names in netlobby if reconnecting before the server has disconnected the client, fixed "end round" button not appearing when joining mid-round
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Barotrauma.Networking
|
||||
{
|
||||
this.networkMember = networkMember;
|
||||
|
||||
respawnShuttle = shuttle;
|
||||
respawnShuttle = new Submarine(shuttle.FilePath, shuttle.MD5Hash.Hash, true);
|
||||
respawnShuttle.Load(false);
|
||||
|
||||
ResetShuttle();
|
||||
|
||||
Reference in New Issue
Block a user