Merge branch '1.6.x' of github.com:MassiveCraft/Factions into 1.6.x
This commit is contained in:
commit
5a558a2f0f
@ -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