Added getting of the Bukkit player to BukkitPlayer (for RegionBook)

This commit is contained in:
zml2008 2011-09-04 19:00:32 -07:00
parent 3bcd9a932b
commit 6f1d263e16

View File

@ -134,4 +134,8 @@ public class BukkitPlayer extends LocalPlayer {
public void dispatchCUIHandshake() {
player.sendRawMessage("\u00A75\u00A76\u00A74\u00A75");
}
public Player getPlayer() {
return player;
}
}