Browse Source

nl

pull/1038/head
Daniel Gibbs 9 years ago
parent
commit
1ec0da4042
  1. 2
      lgsm/functions/command_console.sh

2
lgsm/functions/command_console.sh

@ -13,7 +13,7 @@ echo ""
echo "${gamename} Console" echo "${gamename} Console"
echo "=================================" echo "================================="
echo "" echo ""
fn_print_information "Press \"CTRL+b\" then \"d\" to exit console." fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console."
fn_print_warning_nl "Do NOT press CTRL+c to exit." fn_print_warning_nl "Do NOT press CTRL+c to exit."
echo "" echo ""
while true; do while true; do

Loading…
Cancel
Save