mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 05:01:28 +00:00
Remove duplicated OfflinePlayer method
This commit is contained in:
parent
7d25e84ebc
commit
a05fc9d08e
1 changed files with 0 additions and 5 deletions
|
@ -1555,11 +1555,6 @@ public class OfflinePlayer implements Player {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockFace getFacing() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateCommands() {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue