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:
@@ -100,7 +100,7 @@ class CannonOverlay extends Overlay
|
|||||||
if (config.showDoubleHitSpot())
|
if (config.showDoubleHitSpot())
|
||||||
{
|
{
|
||||||
Color color = config.highlightDoubleHitColor();
|
Color color = config.highlightDoubleHitColor();
|
||||||
drawDoubleHitSpots(graphics, plugin.getCannon().getLocalLocation(), color);
|
drawDoubleHitSpots(graphics, cannonPoint, color);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user