forked from SteamWar/SteamWar
Hotfix: SimulatorBaseGui InventoryView
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user