v1.0.13.1 (first post-1.0 patch)

This commit is contained in:
Regalis11
2023-05-10 15:07:17 +03:00
parent 96fb49ba14
commit ee1db852b1
272 changed files with 5738 additions and 2413 deletions
@@ -87,6 +87,7 @@ namespace Barotrauma.Networking
if (character != null)
{
HasSpawned = true;
UsingFreeCam = false;
#if CLIENT
GameMain.GameSession?.CrewManager?.SetPlayerVoiceIconState(this, muted, mutedLocally);
@@ -100,6 +101,11 @@ namespace Barotrauma.Networking
}
}
/// <summary>
/// Is the client using the 'freecam' console command?
/// </summary>
public bool UsingFreeCam;
public UInt16 CharacterID;
private Vector2 spectatePos;