mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Changed the delay of mine fix
This commit is contained in:
parent
9b22192112
commit
545f7f0bbd
@ -378,7 +378,7 @@ public final class LocalExpansionManager implements Listener {
|
||||
Bukkit.getPluginManager().callEvent(new ExpansionsLoadedEvent(registered));
|
||||
});
|
||||
}
|
||||
}.runTaskLater(plugin, 20L);
|
||||
}.runTaskLater(plugin, 1L);
|
||||
}
|
||||
|
||||
private void unregisterAll() {
|
||||
|
Loading…
Reference in New Issue
Block a user