Merge pull request #3081 from SRLJustin/overlay_revert

overlay: remove temp catch all
This commit is contained in:
Justin
2021-12-04 10:48:00 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;