mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-26 03:55:44 +01:00
Fix to configuration updater
This commit is contained in:
parent
206bb6392a
commit
6f9429bdcf
@ -69,8 +69,7 @@ public class EggCatcher extends JavaPlugin {
|
||||
if (configVersion == 1.21) {
|
||||
//
|
||||
this.saveConfig();
|
||||
}
|
||||
if (configVersion == 1.18) {
|
||||
} else if (configVersion == 1.18) {
|
||||
this.getConfig().set("ConfigVersion", 1.21);
|
||||
this.getConfig().set("CatchChance.Bat", 100.0);
|
||||
this.getConfig().set("CatchChance.Witch", 100.0);
|
||||
|
Loading…
Reference in New Issue
Block a user