Ignore flags when parsing system tags
This commit is contained in:
@@ -50,7 +50,7 @@ namespace PluralKit.Bot
|
|||||||
{
|
{
|
||||||
ctx.CheckSystem();
|
ctx.CheckSystem();
|
||||||
|
|
||||||
var newTag = ctx.RemainderOrNull();
|
var newTag = ctx.RemainderOrNull(skipFlags: false);
|
||||||
ctx.System.Tag = newTag;
|
ctx.System.Tag = newTag;
|
||||||
|
|
||||||
if (newTag != null)
|
if (newTag != null)
|
||||||
|
Reference in New Issue
Block a user