Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed Apr 7, 2024
1 parent 6f057b3 commit e1255ed
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ public long getLastSeen() {
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 {
Expand Down

0 comments on commit e1255ed

Please sign in to comment.