#2157: Check insertion on hasFormatting

This commit is contained in:
md_5 2017-06-08 18:52:46 +10:00
parent ff891c000e
commit a6483db3df

View File

@ -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;
} }
/** /**