Skip to content

Commit d2da399

Browse files
AnAwesomGuyDream-Master
authored andcommitted
Co-authored-by: Martin Robertz <dream-master@gmx.net> (cherry picked from commit 0bd5fd43103b524d591683270c0ef3b149a2c147)
1 parent fb79821 commit d2da399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/carpentersblocks/renderer/helper/RoutableFluidsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static Class getCallerClass()
4747
try {
4848
sun.reflect.Reflection.getCallerClass(2);
4949
callMethod = CALLER_SUN;
50-
} catch (Exception E) {
50+
} catch (Exception | NoClassDefFoundError E) {
5151
try {
5252
new SecurityManager() { Class clazz = getClassContext()[2]; };
5353
callMethod = CALLER_SEC;

0 commit comments

Comments
 (0)