Use getPlayerExact.
This commit is contained in:
parent
76ac89266e
commit
4cab91f251
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user