JensForstmann / tmt2

TMT - Tournament Match Tracker: Supervise/Manage Counter-Strike 2 matches with ease!
MIT License
24 stars 6 forks source link

Missing info in election process after agreeing on a map #37

Closed JensForstmann closed 5 months ago

JensForstmann commented 5 months ago

With these electionSteps no info appears in chat, that a team must pick a side.

{
    "electionSteps": [
        {
            "map": {
                "mode": "AGREE"
            },
            "side": {
                "mode": "PICK",
                "who": "TEAM_A"
            }
        },
        {
            "map": {
                "mode": "AGREE"
            },
            "side": {
                "mode": "PICK",
                "who": "TEAM_B"
            }
        }
    ]
}
JensForstmann commented 5 months ago

fixed cd6de402319e8b7b27d700d4ad74bed243b0e919