Ignore flags when parsing system tags

This commit is contained in:
Ske 2020-02-23 00:15:53 +01:00
parent 26e7ef3c23
commit f97c18aed0

View File

@ -50,7 +50,7 @@ namespace PluralKit.Bot
{
ctx.CheckSystem();
var newTag = ctx.RemainderOrNull();
var newTag = ctx.RemainderOrNull(skipFlags: false);
ctx.System.Tag = newTag;
if (newTag != null)