Fix formatting
This commit is contained in:
parent
675594c8bd
commit
6ac9fd1eed
@ -29,7 +29,8 @@ public class MultiPageManager<ItemType>
|
||||
|
||||
public MultiPageManager(ShopPageBase shopPage, Supplier<List<ItemType>> getItems, BiConsumer<ItemType, Integer> addItem)
|
||||
{
|
||||
this(shopPage, getItems, (item, slot)-> {
|
||||
this(shopPage, getItems, (item, slot)->
|
||||
{
|
||||
addItem.accept(item, slot);
|
||||
return true;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user