(a00338777) v0.9.2.1

This commit is contained in:
Joonas Rikkonen
2019-08-26 19:58:19 +03:00
parent 0f63da27b2
commit 80698b58b0
311 changed files with 11763 additions and 4507 deletions
@@ -9,6 +9,7 @@ namespace Barotrauma.Networking
struct TempClient
{
public string Name;
public UInt64 SteamID;
public byte ID;
public UInt16 CharacterID;
public bool Muted;
@@ -76,7 +77,7 @@ namespace Barotrauma.Networking
VoipQueue = null; VoipSound = null;
if (ID == GameMain.Client.ID) return;
VoipQueue = new VoipQueue(ID, false, true);
GameMain.Client.VoipClient.RegisterQueue(VoipQueue);
GameMain.Client?.VoipClient?.RegisterQueue(VoipQueue);
VoipSound = null;
}