clanmanmode: Use equals when comparing objects

This commit is contained in:
sdburns1998
2019-07-07 02:46:30 +02:00
parent 83d39aa86a
commit 92cf037677

View File

@@ -44,7 +44,7 @@ public class ClanManModeService
continue;
}
if (player == localPlayer)
if (player.equals(localPlayer))
{
continue;
}