mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-19 22:12:11 +01:00
Fix hasContentToShow checking.
This commit is contained in:
parent
c874a98bac
commit
73d1035f84
@ -17,7 +17,7 @@ public abstract class ShowInline<D extends ContentDisplay<T>, T> extends ShowRun
|
||||
*/
|
||||
@Override
|
||||
public boolean hasContentToShow() {
|
||||
return contentBuilder.length() == 0;
|
||||
return contentBuilder.length() > 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user