mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 11:41:28 +01:00
Merge branch 'development'
This commit is contained in:
commit
450f907d6f
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
||||
<groupId>com.songoda</groupId>
|
||||
<artifactId>UltimateKits</artifactId>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>2.6.13</version>
|
||||
<version>2.6.14</version>
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<finalName>UltimateKits-${project.version}</finalName>
|
||||
|
@ -50,7 +50,6 @@ public class KitEditorGui extends DoubleGui {
|
||||
.processPlaceholder("name", kit.getName())
|
||||
.getMessage());
|
||||
|
||||
setInvItems();
|
||||
setOnClose((event) -> {
|
||||
restoreItemsInstance();
|
||||
this.saveKit(player, inventory, false);
|
||||
@ -90,6 +89,8 @@ public class KitEditorGui extends DoubleGui {
|
||||
|
||||
saveItemsInstance();
|
||||
paint();
|
||||
|
||||
Bukkit.getScheduler().runTaskLater(plugin, this::setInvItems, 3L);
|
||||
}
|
||||
|
||||
private void paint() {
|
||||
|
Loading…
Reference in New Issue
Block a user