Implemented getPlayer of OfflinePlayer

This commit is contained in:
Nathan Adams
2011-10-11 14:52:07 +01:00
parent fd57c7111c
commit f4229fcadd
2 changed files with 18 additions and 1 deletions

View File

@@ -548,4 +548,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
return result;
}
public Player getPlayer() {
return this;
}
}