(1bd090dc7) Show the audio icon next to characters that are speaking in the single player crew menu

This commit is contained in:
Joonas Rikkonen
2019-04-23 15:38:06 +03:00
parent 544cc7ec08
commit 5f3e23f75f
6 changed files with 15 additions and 11 deletions
@@ -115,7 +115,7 @@ namespace Barotrauma.Networking
}
}
GameMain.NetLobbyScreen.SetPlayerSpeaking(client);
GameMain.GameSession?.CrewManager?.SetPlayerSpeaking(client);
GameMain.GameSession?.CrewManager?.SetClientSpeaking(client);
}
}