mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-02-16 02:21:06 +00:00
load sequence fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user