Fix build

This commit is contained in:
Dan Mulloy 2024-04-07 11:18:58 -05:00
parent 6f057b361b
commit e1255edb32
No known key found for this signature in database
GPG Key ID: 3C5AD5D866D1539A
1 changed files with 10 additions and 0 deletions

View File

@ -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 {