mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-07-01 23:36:18 +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() {
|
||||
instance = this;
|
||||
registerDependencies();
|
||||
loadAll();
|
||||
new Updater(this);
|
||||
new Metrics(this);
|
||||
loadAll();
|
||||
listener.registerEvents(this);
|
||||
queue.registerEvents(this);
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user