Fix Inventory#getViewers on the player inventory not returning the player first time their inventory is opened
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -555,10 +555,6 @@ public final class CraftServer implements Server {
|
||||
return broadcast(message, BROADCAST_CHANNEL_USERS);
|
||||
}
|
||||
|
||||
public Player getPlayer(final EntityPlayer entity) {
|
||||
return entity.getBukkitEntity();
|
||||
}
|
||||
|
||||
@Override
|
||||
@Deprecated
|
||||
public List<Player> matchPlayer(String partialName) {
|
||||
|
||||
Reference in New Issue
Block a user