mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 21:56:33 +01:00
Send message on outdated P2
This commit is contained in:
parent
f23d63b7d9
commit
a694cabb2e
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user