Merge pull request #852 from Kamielvf/cannon-doublehit-fix

Fix cannon plugin showing incorrect double hit spots after region change
This commit is contained in:
Tomas Slusny
2018-03-06 11:05:16 +01:00
committed by GitHub

View File

@@ -100,7 +100,7 @@ class CannonOverlay extends Overlay
if (config.showDoubleHitSpot())
{
Color color = config.highlightDoubleHitColor();
drawDoubleHitSpots(graphics, plugin.getCannon().getLocalLocation(), color);
drawDoubleHitSpots(graphics, cannonPoint, color);
}
return null;