add back removed comment

This commit is contained in:
Isse 2024-01-25 00:34:13 +01:00
parent 5e37697f0c
commit a7282f9f2e

View File

@ -1739,6 +1739,7 @@ impl Client {
.map(|v| v.0) .map(|v| v.0)
} }
/// Returns Weather::default if no player position exists.
pub fn weather_at_player(&self) -> Weather { pub fn weather_at_player(&self) -> Weather {
self.position() self.position()
.map(|p| { .map(|p| {