mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 11:41:28 +01:00
Remove strange "Not a number" message when editing a kit delay.
This commit is contained in:
parent
c2cfdec3c7
commit
89584b91b4
@ -53,6 +53,7 @@ public class KitGeneralOptionsGui extends Gui {
|
||||
updateItemLore(event.slot, plugin.getLocale().getMessage("interface.kitoptions.delaylore")
|
||||
.processPlaceholder("delay", kit.getDelay()).getMessage().split("\\|"));
|
||||
aevent.player.closeInventory();
|
||||
return;
|
||||
} catch (NumberFormatException e) {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user