mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Don't keep trying to load if they've got an old file.
This commit is contained in:
parent
957bbbc9b2
commit
8af41975ff
@ -77,6 +77,7 @@ public class TreasureConfig extends ConfigLoader {
|
|||||||
plugin.getLogger().warning("You are using an old version of the treasures.yml file.");
|
plugin.getLogger().warning("You are using an old version of the treasures.yml file.");
|
||||||
plugin.getLogger().warning("You should delete your current file and allow a new one to generate.");
|
plugin.getLogger().warning("You should delete your current file and allow a new one to generate.");
|
||||||
plugin.getLogger().warning("Shake, Hylian Luck, Fishing, and Excavation will not work properly until you do.");
|
plugin.getLogger().warning("Shake, Hylian Luck, Fishing, and Excavation will not work properly until you do.");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
loadTreaures("Fishing");
|
loadTreaures("Fishing");
|
||||||
|
Loading…
Reference in New Issue
Block a user