mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-27 03:28:22 +01:00
Fix build
This commit is contained in:
parent
6f057b361b
commit
e1255edb32
@ -145,6 +145,16 @@ class SerializedOfflinePlayer implements OfflinePlayer, Serializable {
|
||||
return lastSeen;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Location getRespawnLocation() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Location getLocation() {
|
||||
return null;
|
||||
}
|
||||
|
||||
// TODO do we need to implement this?
|
||||
|
||||
public void incrementStatistic(Statistic statistic) throws IllegalArgumentException {
|
||||
|
Loading…
Reference in New Issue
Block a user