2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-05-24 04:28:12 +03:00

fixed bug am48866 part 2

This commit is contained in:
David Anderson 2006-12-23 19:01:11 +00:00
parent 49e70063fa
commit e5b0ed3af1

@ -634,7 +634,7 @@ public client_command(id)
return PLUGIN_CONTINUE
}
if (equali(arg, "menuselect"))
if (equali(arg, "menuselect") && is_user_connected(id))
{
new menu, newmenu
new inMenu = player_menu_info(id, menu, newmenu)