mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-09 20:21:41 +01:00
Product id was set to epicspawners for some reason. This is resolved.
This commit is contained in:
parent
631257aaf1
commit
7d5a8994e8
@ -98,7 +98,7 @@ public class EpicHoppers extends JavaPlugin {
|
||||
this.setupLanguage();
|
||||
|
||||
// Running Songoda Updater
|
||||
Plugin plugin = new Plugin(this, 13);
|
||||
Plugin plugin = new Plugin(this, 15);
|
||||
plugin.addModule(new LocaleModule());
|
||||
SongodaUpdate.load(plugin);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user