(f0d812055) v0.9.9.0
This commit is contained in:
@@ -14,8 +14,10 @@ namespace Barotrauma.Networking
|
||||
public UInt64 SteamID;
|
||||
public byte ID;
|
||||
public UInt16 CharacterID;
|
||||
public float Karma;
|
||||
public bool Muted;
|
||||
public bool InGame;
|
||||
public bool HasPermissions;
|
||||
public bool AllowKicking;
|
||||
}
|
||||
|
||||
@@ -44,6 +46,8 @@ namespace Barotrauma.Networking
|
||||
|
||||
public bool AllowKicking;
|
||||
|
||||
public float Karma;
|
||||
|
||||
public void UpdateSoundPosition()
|
||||
{
|
||||
if (VoipSound == null) { return; }
|
||||
@@ -72,7 +76,8 @@ namespace Barotrauma.Networking
|
||||
else
|
||||
{
|
||||
VoipSound.SetPosition(null);
|
||||
}
|
||||
VoipSound.Gain = 1.0f;
|
||||
}
|
||||
}
|
||||
|
||||
partial void InitProjSpecific()
|
||||
|
||||
Reference in New Issue
Block a user