Implemented getPlayer of OfflinePlayer
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -548,4 +548,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
public Player getPlayer() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user