9
0
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:
Auxilor
2022-04-05 16:35:25 +01:00
parent b1604bcb32
commit 5d86b4161b

View File

@@ -186,6 +186,7 @@ object ReforgeGUI {
DropQueue(event.player as Player)
.addItems(menu.getCaptiveItems(event.player as Player))
.setLocation(event.player.eyeLocation)
.forceTelekinesis()
.push()
}
}