Skip to content

Commit

Permalink
Update Content.Server/Chat/Systems/ChatSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: DEATHB4DEFEAT <[email protected]>
Signed-off-by: FoxxoTrystan <[email protected]>
  • Loading branch information
FoxxoTrystan and DEATHB4DEFEAT authored Jun 8, 2024
1 parent c4cec66 commit 7581981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Chat/Systems/ChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public sealed partial class ChatSystem : SharedChatSystem
public const int WhisperClearRange = 2; // how far whisper goes while still being understandable, in world units
public const int WhisperMuffledRange = 5; // how far whisper goes at all, in world units
public const string DefaultAnnouncementSound = "/Audio/Announcements/announce.ogg";
public const float DefaultObfuscationFactor = 0.2f; // Einstein Engines - percentage of symbols in a whispered message that can be seen even by "far" listeners
public const float DefaultObfuscationFactor = 0.2f; // Percentage of symbols in a whispered message that can be seen even by "far" listeners

private bool _loocEnabled = true;
private bool _deadLoocEnabled;
Expand Down

0 comments on commit 7581981

Please sign in to comment.