disable map on death
This commit is contained in:
parent
d03ca40cae
commit
9095a93a82
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ impl Settings {
|
||||||
self.third_person = default.third_person;
|
self.third_person = default.third_person;
|
||||||
self.is_zooming = default.is_zooming;
|
self.is_zooming = default.is_zooming;
|
||||||
self.flashlight_active = default.flashlight_active;
|
self.flashlight_active = default.flashlight_active;
|
||||||
|
self.map_active = default.map_active;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_reply_keys(&self) -> [KeyCode; 10] {
|
pub fn get_reply_keys(&self) -> [KeyCode; 10] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue