Use getPlayerExact.

This commit is contained in:
TadahTech 2016-07-21 02:05:37 -05:00
parent 76ac89266e
commit 4cab91f251

View File

@ -107,7 +107,7 @@ public class PartyRedisManager
break; break;
case PLAYER_FIND_REQUEST: case PLAYER_FIND_REQUEST:
Player player = Bukkit.getPlayer(second); Player player = Bukkit.getPlayerExact(second);
if (player == null) if (player == null)
{ {