mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-23 19:16:14 +01:00
fix compile issues introduced by latest spigot api changes (#1622)
This commit is contained in:
parent
f3acce99d8
commit
9a609c2053
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user