mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-26 12:15:13 +01:00
debug
This commit is contained in:
parent
44f5b23e3b
commit
ee3c677eb4
@ -65,7 +65,6 @@ public class GUIKitSelector extends AbstractGUI {
|
|||||||
init(Lang.KITS_TITLE.getConfigValue(), max);
|
init(Lang.KITS_TITLE.getConfigValue(), max);
|
||||||
|
|
||||||
timer = Bukkit.getScheduler().scheduleSyncRepeatingTask(plugin, () -> {
|
timer = Bukkit.getScheduler().scheduleSyncRepeatingTask(plugin, () -> {
|
||||||
Bukkit.broadcastMessage("af");
|
|
||||||
if (inventory.getViewers().isEmpty()) return;
|
if (inventory.getViewers().isEmpty()) return;
|
||||||
constructGUI();
|
constructGUI();
|
||||||
}, 20L, 20L);
|
}, 20L, 20L);
|
||||||
|
Loading…
Reference in New Issue
Block a user