Omg just keep it fucking simple

This commit is contained in:
Cyberboss
2018-08-03 16:49:11 -04:00
parent e2eea59468
commit 9566991513
@@ -208,7 +208,7 @@ namespace Tgstation.Server.Host.Components.Chat
if (addressed)
splits.RemoveAt(0);
if (splits.Count == 0 || (!addressed && splits.Count == 1))
if (splits.Count == 0)
{
//just a mention
await SendMessage("Hi!", new List<ulong> { message.User.Channel.RealId }, cancellationToken).ConfigureAwait(false);