mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 13:36:31 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public BlockFace getFacing() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateCommands() {
|
public void updateCommands() {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue