Skip to content

Commit

Permalink
Death Menu is now default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Mar 6, 2022
1 parent e8d491b commit 95f59d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/profiles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ local default_player_data = {
},

--> death panel buttons
on_death_menu = true,
on_death_menu = false,
}

_detalhes.default_player_data = default_player_data
Expand Down

0 comments on commit 95f59d8

Please sign in to comment.