Compare commits

..

2 Commits

Author SHA1 Message Date
Maurice Eisenblätter 2579fb837d
Merge 55a32b5c0f into e1255edb32 2024-04-07 19:44:56 +02:00
Dan Mulloy e1255edb32
Fix build 2024-04-07 11:18:58 -05:00
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 {