Code cleanup

This commit is contained in:
LemADEC 2015-12-26 21:13:38 +01:00
parent 24fe6b2315
commit f76020f56c

View file

@ -228,8 +228,8 @@ public class JumpBlock {
WarpDrive.logger.error("Patched IC2 API, new instance is '" + NetworkManager_instance + "'");
}
// IC2 hack ends here
} catch (Exception e) {
throw new RuntimeException(e);
} catch (Exception exception) {
throw new RuntimeException(exception);
}
}