mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-07-03 00:05:45 +00:00
load sequence fix
This commit is contained in:
parent
59f9283fef
commit
57a3c3603c
@ -54,9 +54,9 @@ public class BetterRTP extends JavaPlugin {
|
|||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
instance = this;
|
instance = this;
|
||||||
registerDependencies();
|
registerDependencies();
|
||||||
|
loadAll();
|
||||||
new Updater(this);
|
new Updater(this);
|
||||||
new Metrics(this);
|
new Metrics(this);
|
||||||
loadAll();
|
|
||||||
listener.registerEvents(this);
|
listener.registerEvents(this);
|
||||||
queue.registerEvents(this);
|
queue.registerEvents(this);
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user