Merge pull request #146 from basicsensei/master
fix #145 for master branch (1.7) (thanks)
This commit is contained in:
commit
17e0701ecb
@ -9,7 +9,7 @@ public class PlayerEntity extends Entity
|
|||||||
{
|
{
|
||||||
public Player getPlayer()
|
public Player getPlayer()
|
||||||
{
|
{
|
||||||
return Bukkit.getPlayer(this.getId());
|
return Bukkit.getPlayerExact(this.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isOnline()
|
public boolean isOnline()
|
||||||
|
Loading…
Reference in New Issue
Block a user