Fixed SkullBuilder#getThis returning null

This commit is contained in:
NichtStudioCode 2022-06-12 11:23:42 +02:00
parent d37a03a5a9
commit a5ad22cc2b

@ -79,7 +79,7 @@ public final class SkullBuilder extends BaseItemBuilder<SkullBuilder> {
@Override
protected SkullBuilder getThis() {
return null;
return this;
}
/**