Fix BaseComponent calling the wrong method when inheriting from another BaseComponent (Fixes #1049)
This commit is contained in:
parent
9226df86f0
commit
3c938c03c7
@ -71,7 +71,7 @@ public abstract class BaseComponent
|
||||
setColor( old.getColorRaw() );
|
||||
setBold( old.isBoldRaw() );
|
||||
setItalic( old.isItalicRaw() );
|
||||
setUnderlined( old.isUnderlined() );
|
||||
setUnderlined( old.isUnderlinedRaw() );
|
||||
setStrikethrough( old.isStrikethroughRaw() );
|
||||
setObfuscated( old.isObfuscatedRaw() );
|
||||
setClickEvent( old.getClickEvent() );
|
||||
|
Loading…
Reference in New Issue
Block a user