disable map on death
This commit is contained in:
parent
d03ca40cae
commit
9095a93a82
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue