playerindicators: Use equals when comparing objects

This commit is contained in:
sdburns1998
2019-07-07 17:41:19 +02:00
parent fe8023f8b1
commit 21b7d04539

View File

@@ -64,7 +64,7 @@ public class PlayerIndicatorsService
boolean isClanMember = player.isClanMember();
if (player == localPlayer)
if (player.equals(localPlayer))
{
if (plugin.isHighlightOwnPlayer())
{