Use getPlayerExact.

This commit is contained in:
TadahTech 2016-07-21 02:05:37 -05:00
parent 76ac89266e
commit 4cab91f251
1 changed files with 1 additions and 1 deletions

View File

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