mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Ignore mask manager error.
This commit is contained in:
parent
df15ba6cd7
commit
381966e0ee
@ -265,9 +265,7 @@ public class Fawe {
|
|||||||
WEManager.IMP.managers.addAll(Fawe.this.IMP.getMaskManagers());
|
WEManager.IMP.managers.addAll(Fawe.this.IMP.getMaskManagers());
|
||||||
WEManager.IMP.managers.add(new PlotSquaredFeature());
|
WEManager.IMP.managers.add(new PlotSquaredFeature());
|
||||||
Fawe.debug("Plugin 'PlotSquared' found. Using it now.");
|
Fawe.debug("Plugin 'PlotSquared' found. Using it now.");
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {}
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
Fawe.this.worldedit = WorldEdit.getInstance();
|
Fawe.this.worldedit = WorldEdit.getInstance();
|
||||||
}
|
}
|
||||||
}, 0);
|
}, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user