Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cstrike/addons/amxmodx/scripting/map_manager_core.sma
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,9 @@ public show_votemenu(id)
}
public votemenu_handler(id, key)
{
if(!is_user_connected(id))
return PLUGIN_HANDLED;

new original = get_original_num(key - g_iOffset);

new item = g_iKeyToIndex[original];
Expand Down