Use correct player dot color in barrows plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user