Skip to content

Commit bf0b394

Browse files
committed
remove close inventory
1 parent 975f44f commit bf0b394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/strictpvp/virtualStorage/command/OpenCommand.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class OpenCommand : CommandExecutor, TabCompleter {
8585
val items = Save.load(player.uniqueId.toString(), number)
8686
val gui: Inventory = Bukkit.createInventory(null, 54, "${number}번 창고")
8787
items.forEach(gui::setItem)
88-
player.closeInventory()
8988
player.openInventory(gui)
9089
player.playSound(player.location, Sound.BLOCK_ENDER_CHEST_OPEN, 1.0f, 1.0f)
9190
InventoryCloseListener.openPlayerList.add(player)

0 commit comments

Comments
 (0)