Merge branch '1.6.x' of github.com:MassiveCraft/Factions into 1.6.x

This commit is contained in:
Brettflan 2012-08-05 19:57:11 -05:00
commit 5a558a2f0f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class PlayerEntity extends Entity
{
public Player getPlayer()
{
return Bukkit.getPlayer(this.getId());
return Bukkit.getPlayerExact(this.getId());
}
public boolean isOnline()