Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Don't use dummy slots. Fixes #1647
Browse files Browse the repository at this point in the history
  • Loading branch information
dualspiral committed Jun 21, 2022
1 parent 45734bf commit a25ca17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public ICommandResult execute(final ICommandContext context) throws CommandExcep
final ServerPlayer src = context.getIfPlayer();
if (src.openInventory(ViewableInventory.builder()
.type(ContainerTypes.GENERIC_9X6)
.fillDummy()
.completeStructure()
.plugin(context.getServiceCollection().pluginContainer())
.build()).isPresent()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ private IKitDataObject getKits() {
public ViewableInventory getKitInventoryBuilder() {
return ViewableInventory.builder()
.type(ContainerTypes.GENERIC_9X4)
.fillDummy()
.completeStructure()
.plugin(this.pluginContainer)
.build();
Expand Down

0 comments on commit a25ca17

Please sign in to comment.