Fix minor colorization issue.
This commit is contained in:
parent
54d58b00e8
commit
96e11336ef
@ -13,7 +13,7 @@ public abstract class ARAbstractPrimitive<T> extends ARAbstractException<T>
|
||||
@Override
|
||||
public String extractErrorMessage(String arg, CommandSender sender, Exception ex)
|
||||
{
|
||||
return Txt.parse("<b>\"<h>%s\"<b> is not a %s.", arg, this.getTypeName());
|
||||
return Txt.parse("<b>\"<h>%s<b>\" is not a %s.", arg, this.getTypeName());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user