mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-11-15 14:55:46 +01:00
Wrong plugin ID.
This commit is contained in:
parent
3464574b74
commit
ef31edb1ee
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user