mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2024-12-28 10:24:15 +00:00
Fix opening pp gui with another inventory open
This commit is contained in:
parent
2d6405af8e
commit
413f3cf97c
1 changed files with 1 additions and 1 deletions
|
@ -116,8 +116,8 @@ public class GuiManager extends Manager implements Listener, Runnable {
|
|||
inventoryToOpen = new GuiInventoryLoadPresetGroups(pplayer, true);
|
||||
}
|
||||
|
||||
this.guiInventories.add(inventoryToOpen);
|
||||
pplayer.getPlayer().openInventory(inventoryToOpen.getInventory());
|
||||
this.guiInventories.add(inventoryToOpen);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue