mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Implement missing OfflinePlayer methods
This commit is contained in:
parent
dc1a0b65fa
commit
829110e89a
@ -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…
Reference in New Issue
Block a user