SongodaUpdate

This commit is contained in:
Brianna 2019-08-05 01:20:53 -04:00
parent 9f8e040699
commit 818123f70f
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;
}