Remove duplicated OfflinePlayer method

This commit is contained in:
md678685 2018-10-13 17:14:10 +01:00
parent 7d25e84ebc
commit a05fc9d08e

View File

@ -1555,11 +1555,6 @@ public class OfflinePlayer implements Player {
return null;
}
@Override
public BlockFace getFacing() {
return null;
}
@Override
public void updateCommands() {
}