mirror of
https://github.com/songoda/EpicEnchants.git
synced 2025-01-09 09:57:40 +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"));
|
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode"));
|
||||||
|
|
||||||
// Running Songoda Updater
|
// Running Songoda Updater
|
||||||
Plugin plugin = new Plugin(this, -1);
|
Plugin plugin = new Plugin(this, 67);
|
||||||
plugin.addModule(new LocaleModule());
|
plugin.addModule(new LocaleModule());
|
||||||
SongodaUpdate.load(plugin);
|
SongodaUpdate.load(plugin);
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ public class AlchemistMenu extends FastInv {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (successRate == 100) {
|
if (successRate >= 100) {
|
||||||
instance.getLocale().getMessage("alchemist.maxpercentagedust").sendPrefixedMessage(player);
|
instance.getLocale().getMessage("alchemist.maxpercentagedust").sendPrefixedMessage(player);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user