BMTv4 RC

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category Backend / Core
  • Assigned To
    SkyWalker
  • Operating System All
  • Severity Medium
  • Priority Medium
  • Reported Version 1.1
  • Due in Version 1.2
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: BMTv4 RC
Opened by SkyWalker - 10.10.2023
Last edited by SkyWalker - 18.10.2023

FS#59 - Maplist Null Game Type

When the mapcycle is updated via RC invalid game type is being sent.

Closed by  SkyWalker
18.10.2023 05:50
Reason for closing:  Implemented
Admin
private void listBox10_DoubleClick(object sender, EventArgs e)
{
    if (listBox10.SelectedIndex == -1)
    {
        return;
    }
    else
    {
        selectedMaps.Add(availableMapList[listBox10.SelectedIndex]);
        listBox11.Items.Add(listBox10.Items[listBox10.SelectedIndex]);
        MapListEdited = true;
    }
}
Admin

Fixed code to send corrected maplist.
Also added code to allow only 128 maps.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing