mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-28 01:11:22 +01:00
Add a no args constructor for ease of access.
This commit is contained in:
parent
3e4ba496cf
commit
4b440944d7
@ -32,6 +32,11 @@ public class DoubleGui extends Gui {
|
||||
protected int playerRows = 4;
|
||||
protected Map<Player, ItemStack[]> stash = new HashMap();
|
||||
|
||||
public DoubleGui() {
|
||||
super(GuiType.STANDARD);
|
||||
allowDropItems = false;
|
||||
}
|
||||
|
||||
public DoubleGui(GuiType type) {
|
||||
super(type);
|
||||
allowDropItems = false;
|
||||
|
Loading…
Reference in New Issue
Block a user