Allow For Default Titles in InventoryView Builders (#12013)

This commit is contained in:
Miles
2025-02-16 22:07:00 +00:00
committed by GitHub
parent 84609dc046
commit 8eb8e44ac3
18 changed files with 201 additions and 70 deletions

View File

@ -2479,7 +2479,7 @@ public final class CraftServer implements Server {
@Override
public @NotNull Merchant createMerchant() {
return new CraftMerchantCustom(net.kyori.adventure.text.Component.empty());
return new CraftMerchantCustom();
}
@Override