mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-13 22:10:36 +00:00
Fix formatting
This commit is contained in:
parent
3f91a77fb6
commit
617313ff05
@ -193,7 +193,7 @@ set_map_count() {
|
||||
persist="Change setting and persist after reboot"
|
||||
manual="Show me the commands; I'll handle it myself"
|
||||
|
||||
if message 3 "Running Star Citizen requires changing a system setting.\n\nvm.max_map_count must be increased to at least 16777216\nto avoid crashes in areas with lots of geometry.\n\nAs far as this script can detect,\nthe setting has not been changed on your system.\n\nWould you like to change the setting now?"; then
|
||||
if message 3 "Running Star Citizen requires changing a system setting.\n\nvm.max_map_count must be increased to at least 16777216\nto avoid crashes in areas with lots of geometry.\n\nAs far as this script can detect, the setting\nhas not been changed on your system.\n\nWould you like to change the setting now?"; then
|
||||
if [ "$has_zen" -eq 1 ]; then
|
||||
# zenity menu
|
||||
list=("TRUE" "$once" "FALSE" "$persist" "FALSE" "$manual")
|
||||
|
Loading…
x
Reference in New Issue
Block a user