#2157: Check insertion on hasFormatting
This commit is contained in:
parent
ff891c000e
commit
a6483db3df
@ -346,7 +346,7 @@ public abstract class BaseComponent
|
|||||||
return color != null || bold != null
|
return color != null || bold != null
|
||||||
|| italic != null || underlined != null
|
|| italic != null || underlined != null
|
||||||
|| strikethrough != null || obfuscated != null
|
|| strikethrough != null || obfuscated != null
|
||||||
|| hoverEvent != null || clickEvent != null;
|
|| insertion != null || hoverEvent != null || clickEvent != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user