Send message on outdated P2

This commit is contained in:
Jesse Boyd 2017-03-27 09:09:39 +11:00
parent f23d63b7d9
commit a694cabb2e
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -33,10 +33,14 @@ public class PlotSquaredFeature extends FaweMaskManager {
}
if (MainCommand.getInstance().getCommand("generatebiome") == null) {
new PlotSetBiome();
new CreateFromImage();
}
if (Settings.Enabled_Components.WORLDS) {
new ReplaceAll();
try {
if (Settings.Enabled_Components.WORLDS) {
new CreateFromImage();
new ReplaceAll();
}
} catch (Throwable e) {
Fawe.debug("You need to update PlotSquared to access the CFI and REPLACEALL commands");
}
}