2021-08-21 15:32:12 [Client] WARN n.r.c.ui.overlay.OverlayRenderer - Error during overlay rendering
java.lang.ArithmeticException: / by zero
at com.pinggraph.PingGraphOverlay$1.render(PingGraphOverlay.java:129)
at net.runelite.client.ui.overlay.components.PanelComponent.render(PanelComponent.java:131)
at com.pinggraph.PingGraphOverlay.render(PingGraphOverlay.java:179)
(extra unneeded frames omitted for brevity)
It seemingly is to do with the calculation of (maxPing - minPing) + 1
(extra unneeded frames omitted for brevity)
It seemingly is to do with the calculation of
(maxPing - minPing) + 1