Code cleanup
This commit is contained in:
parent
24fe6b2315
commit
f76020f56c
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue