Browse Source

fix new items

main
deicidus 2 years ago
parent
commit
02e5629453
  1. 2
      spells/menu/mud-menu

2
spells/menu/mud-menu

@ -15,7 +15,7 @@ display_menu() {
settings="MUD Settings%mud-settings" settings="MUD Settings%mud-settings"
exit="Exit%kill -2 $$" # Commands are run with 'eval' by the menu script, so we can't simply say 'exit'. The keyword $$ gets this scripts PID and the -2 code is SIGINT aka Ctrl-C exit="Exit%kill -2 $$" # Commands are run with 'eval' by the menu script, so we can't simply say 'exit'. The keyword $$ gets this scripts PID and the -2 code is SIGINT aka Ctrl-C
menu "MUD main menu:" "$look" "$cast" "$home" "$jump" "$portal" "$settings" "$exit" menu "MUD main menu:" "$look" "$cast" "$home" "$jump" "$portal" "$install" "$admin" "$settings" "$exit"
} }
# Catch Ctrl-C and exit # Catch Ctrl-C and exit

Loading…
Cancel
Save