Use correct player dot color in barrows plugin

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2019-02-07 19:39:10 +01:00
parent f2e9ad048a
commit 4c86056339

View File

@@ -90,7 +90,7 @@ class BarrowsOverlay extends Overlay
}
// Player dots
graphics.setColor(npcColor);
graphics.setColor(playerColor);
final List<Player> players = client.getPlayers();
for (Player player : players)
{