fix for new menu chainging and scripts
This commit is contained in:
parent
dfe6dc30a2
commit
a981864237
@ -536,7 +536,7 @@ int menu_system(char *menufile) {
|
|||||||
list_messages(gUser);
|
list_messages(gUser);
|
||||||
break;
|
break;
|
||||||
case MENU_DOSCRIPT:
|
case MENU_DOSCRIPT:
|
||||||
do_lua_script(menu[i]->data);
|
do_lua_script(menu[i]->data[j]);
|
||||||
break;
|
break;
|
||||||
case MENU_SENDNODEMSG:
|
case MENU_SENDNODEMSG:
|
||||||
send_node_msg();
|
send_node_msg();
|
||||||
|
Reference in New Issue
Block a user