Compare commits

..

2 Commits

Author SHA1 Message Date
gamerover98 9e04cfafc2
Merge 802a806e8a into e1255edb32 2024-04-08 17:43:31 +08: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 {