mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 03:25:50 +00:00
Implement missing OfflinePlayer methods
This commit is contained in:
parent
dc1a0b65fa
commit
829110e89a
1 changed files with 4 additions and 0 deletions
|
@ -1632,6 +1632,10 @@ public class OfflinePlayer implements Player {
|
|||
public void updateCommands() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void openBook(ItemStack book) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public PersistentDataContainer getPersistentDataContainer() {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue