fixed amb18 and various associated menu re-entrancy bugs

This commit is contained in:
David Anderson
2007-04-16 18:00:54 +00:00
parent b90bc3a3e4
commit 1ec4d9cc7d
5 changed files with 93 additions and 10 deletions

View File

@ -55,6 +55,8 @@ public Test_Menu1_Handler(id, menu, item)
client_print(id, print_chat, "Menu resolved to: %s (%s)", name, cmd)
menu_destroy(menu)
return PLUGIN_HANDLED
}