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