fix for new menu chainging and scripts

This commit is contained in:
Andrew Pamment 2018-05-03 08:23:26 +10:00
parent dfe6dc30a2
commit a981864237

View File

@ -536,7 +536,7 @@ int menu_system(char *menufile) {
list_messages(gUser);
break;
case MENU_DOSCRIPT:
do_lua_script(menu[i]->data);
do_lua_script(menu[i]->data[j]);
break;
case MENU_SENDNODEMSG:
send_node_msg();