Added Whisper system for talking with players 2 tiles away. (#5994)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -52,6 +52,7 @@ namespace Content.Shared.Chat
|
||||
switch (Channel)
|
||||
{
|
||||
case ChatChannel.Local:
|
||||
case ChatChannel.Whisper:
|
||||
case ChatChannel.Dead:
|
||||
case ChatChannel.Admin:
|
||||
case ChatChannel.Emotes:
|
||||
@@ -71,6 +72,7 @@ namespace Content.Shared.Chat
|
||||
switch (Channel)
|
||||
{
|
||||
case ChatChannel.Local:
|
||||
case ChatChannel.Whisper:
|
||||
case ChatChannel.Dead:
|
||||
case ChatChannel.Admin:
|
||||
case ChatChannel.Emotes:
|
||||
|
||||
Reference in New Issue
Block a user