mirror of
https://github.com/songoda/EpicEnchants.git
synced 2024-12-22 17:18:41 +01:00
SongodaUpdate
This commit is contained in:
parent
9f8e040699
commit
818123f70f
@ -79,7 +79,7 @@ public class EpicEnchants extends JavaPlugin {
|
||||
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode"));
|
||||
|
||||
// Running Songoda Updater
|
||||
Plugin plugin = new Plugin(this, -1);
|
||||
Plugin plugin = new Plugin(this, 67);
|
||||
plugin.addModule(new LocaleModule());
|
||||
SongodaUpdate.load(plugin);
|
||||
|
||||
|
@ -180,7 +180,7 @@ public class AlchemistMenu extends FastInv {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (successRate == 100) {
|
||||
if (successRate >= 100) {
|
||||
instance.getLocale().getMessage("alchemist.maxpercentagedust").sendPrefixedMessage(player);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user