Hotfix: SimulatorBaseGui InventoryView

This commit is contained in:
2024-12-01 19:40:07 +01:00
parent 116005c0c9
commit a4d5850555
4 changed files with 13 additions and 1 deletions
@@ -70,7 +70,7 @@ public abstract class SimulatorBaseGui {
return;
}
player.getOpenInventory().close();
TrickyTrialsWrapper.impl.closeInventoryView(player.getOpenInventory());
inventory = new SWInventory(player, () -> {
inv = Bukkit.createInventory(null, size, title());