mirror of
https://github.com/Auxilor/Reforges.git
synced 2026-01-04 15:41:40 +00:00
Fixed closing the GUI dropping items on ground
This commit is contained in:
@@ -186,6 +186,7 @@ object ReforgeGUI {
|
||||
DropQueue(event.player as Player)
|
||||
.addItems(menu.getCaptiveItems(event.player as Player))
|
||||
.setLocation(event.player.eyeLocation)
|
||||
.forceTelekinesis()
|
||||
.push()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user