Skip to content

Commit 40bc8ae

Browse files
committed
fix huge bug with kits
1 parent 894d944 commit 40bc8ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222

2323
// all subprojects have the same group/version as the main project
2424
group "dev.jaims.moducore"
25-
version "0.6.2"
25+
version "0.6.3"
2626

2727
// shadow & set archive base name so only 1 jar generates
2828
jar {

bukkit/src/main/kotlin/dev/jaims/moducore/bukkit/gui/kit/KitPreviewGUI.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fun getKitPreviewGUI(player: Player, plugin: ModuCore, openKit: Kit? = null): Gu
4949
for (item in items) {
5050
gui.addItem(item)
5151
}
52+
gui.setDefaultClickAction { it.isCancelled = true }
5253
gui.filler.fill(FILLER)
5354
return gui
5455
}

0 commit comments

Comments
 (0)