Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Set default window slots in CachedWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
HoverEpic committed Dec 24, 2017
1 parent 0970fbc commit cb316ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class CachedWindow {
public CachedWindow(int windowId, WindowType pcType, int size) {
this.windowId = windowId;
this.pcType = pcType;
this.size = size;
this.size = size + 36; //add player inventory slots
slots = new ItemStack[this.size];
}

Expand Down

0 comments on commit cb316ea

Please sign in to comment.