ProtocolLib

3M Downloads

Compilation Failure: SerializedOfflinePlayer Missing getLocation Override

andrewkm opened this issue ยท 1 comments

commented

Cannot seem to compile the master branch anymore, following is my build log:
https://pastebin.com/raw/891Piep0

> Task :compileJava
/var/lib/jenkins/workspace/ProtocolLib/src/main/java/com/comphenix/protocol/events/SerializedOfflinePlayer.java:64: error: SerializedOfflinePlayer is not abstract and does not override abstract method getLocation() in OfflinePlayer
class SerializedOfflinePlayer implements OfflinePlayer, Serializable {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
commented

Build is fixed as of latest commits.