fix compile issues introduced by latest spigot api changes (#1622)

This commit is contained in:
Pasqual Koschmieder 2022-06-11 17:57:25 +02:00 committed by GitHub
parent f3acce99d8
commit 9a609c2053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,6 +163,11 @@ class SerializedOfflinePlayer implements OfflinePlayer, Serializable {
public void setStatistic(Statistic statistic, EntityType entityType, int i) { }
@Override
public Location getLastDeathLocation() {
return null;
}
@Override
public long getFirstPlayed() {
return firstPlayed;