mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-07 15:38:14 +08:00
Implement default title for custom merchants
This commit is contained in:
parent
6220b5c542
commit
7359112e8c
@ -1484,7 +1484,7 @@ public final class CraftServer implements Server {
|
||||
|
||||
@Override
|
||||
public Merchant createMerchant(String title) {
|
||||
return new CraftMerchantCustom(title);
|
||||
return new CraftMerchantCustom(title == null ? InventoryType.MERCHANT.getDefaultTitle() : title);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user