Don't ask

This commit is contained in:
Johnny Bergström 2004-10-08 08:53:27 +00:00
parent f06359e38f
commit 75f49e78b0

View File

@ -170,13 +170,13 @@ stock AddMenuItem(const MENU_TEXT[], const MENU_CMD[], const MENU_ACCESS, const
} }
if (failed) if (failed)
return return
// Body (identifier) // Item text
callfunc_push_str(MENU_TEXT) callfunc_push_str(MENU_TEXT)
// Cmd // Cmd
callfunc_push_str(MENU_CMD) callfunc_push_str(MENU_CMD)
// Access // Access
callfunc_push_int(MENU_ACCESS) callfunc_push_int(MENU_ACCESS)
// Description // Menu exists in this plugin
callfunc_push_str(MENU_PLUGIN) callfunc_push_str(MENU_PLUGIN)
callfunc_end() callfunc_end()