mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 04:29:05 +00:00
Fix crash issues
This commit is contained in:
@@ -87,7 +87,15 @@ public class EditManager implements Listener
|
||||
|
||||
if(Bukkit.getPluginManager().isPluginEnabled("WorldEdit"))
|
||||
{
|
||||
e = new WEBlockEditor(world);
|
||||
try
|
||||
{
|
||||
e = new WEBlockEditor(world);
|
||||
}
|
||||
|
||||
catch(Throwable ex)
|
||||
{
|
||||
e = new BukkitBlockEditor(world);
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user