disable map on death

This commit is contained in:
yuni 2024-05-12 23:30:55 +02:00
parent d03ca40cae
commit 9095a93a82

View file

@ -261,6 +261,7 @@ impl Settings {
self.third_person = default.third_person;
self.is_zooming = default.is_zooming;
self.flashlight_active = default.flashlight_active;
self.map_active = default.map_active;
}
pub fn get_reply_keys(&self) -> [KeyCode; 10] {