Ok, so I've been working on the new release lately and I've hit a weird issue. I open up the menu to choose a map (play_startserver), and double click on a map. It loads just fine and everything works the way it should. Next, I disconnect from the map and I go back to that menu. This time I select a map and hit the button below the box for "begin". Everything works like it should. However, when I again disconnect and try to open the menu, it just starts the last selected map. This only happens when I use the button instead of the double click feature on the list box. The commands for both the double click and button (respectively) are the same and are as follows:
doubleclick "deathmatch 1; map $play_loc$$menuz_mapname$; menu off"
command "deathmatch 1; map $play_loc$$menux_mapname$; menu off"
Anybody have any ideas as to the reasoning behind this?
Edit: For some reason, this only happens when you call the menu via the console (eg. "menu play_startserver"). However, if you disconnect and navigate through the menus to this one, it works normally.