(f417b026f) Fetched: Changes for playing video tutorial from local branch
This commit is contained in:
@@ -78,7 +78,6 @@ namespace Barotrauma.Networking
|
||||
bool senderSpectating = sender.Character == null || sender.Character.IsDead;
|
||||
|
||||
//spectators cannot speak with in-game players or vice versa
|
||||
//TODO: allow spectators to hear the voice chat if close enough to the speaker?
|
||||
if (recipientSpectating != senderSpectating) { return false; }
|
||||
|
||||
//both spectating, no need to do radio/distance checks
|
||||
|
||||
Reference in New Issue
Block a user