Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ public Location getBedSpawnLocation() {
return bedSpawnLocation;
}

@Nullable
@Override
public Location getRespawnLocation() {
return null;
}

@Nullable
@Override
public Location getLocation() {
return null;
}

// @Override
public long getLastLogin() {
return lastLogin;
Expand Down