Wrong plugin ID.

This commit is contained in:
Brianna 2020-06-11 11:32:19 -05:00
parent 3464574b74
commit ef31edb1ee
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class UltimateTimber extends SongodaPlugin {
@Override
public void onPluginEnable() {
// Run Songoda Updater
SongodaCore.registerPlugin(this, 44, CompatibleMaterial.IRON_AXE);
SongodaCore.registerPlugin(this, 18, CompatibleMaterial.IRON_AXE);
// Register managers
this.managers = new HashSet<>();