Merge pull request #3081 from SRLJustin/overlay_revert
overlay: remove temp catch all
This commit is contained in:
@@ -27,7 +27,7 @@ object ProjectVersions {
|
||||
const val launcherVersion = "2.2.0"
|
||||
const val rlVersion = "1.8.5"
|
||||
|
||||
const val openosrsVersion = "4.15.6"
|
||||
const val openosrsVersion = "4.15.7"
|
||||
|
||||
const val rsversion = 201
|
||||
const val cacheversion = 165
|
||||
|
||||
@@ -787,7 +787,7 @@ public class OverlayRenderer extends MouseAdapter implements KeyListener
|
||||
{
|
||||
overlayDimension = overlay.render(graphics);
|
||||
}
|
||||
catch (Error ex)
|
||||
catch (Exception ex)
|
||||
{
|
||||
log.warn(DEDUPLICATE, "Error during overlay rendering", ex);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user