mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
add back removed comment
This commit is contained in:
parent
5e37697f0c
commit
a7282f9f2e
@ -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| {
|
||||||
|
Loading…
Reference in New Issue
Block a user