9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00
This commit is contained in:
Brian Fopiano
2022-12-22 14:23:52 -05:00
parent 9731feff7f
commit e76ab1d367

View File

@@ -25,9 +25,8 @@ public class WorldEditLink {
(int) min.getClass().getDeclaredMethod("getZ").invoke(max)
);
} catch (Throwable ignored) {
Iris.error("Failed to get WorldEdit Selection");
}
}
return null;
}
}