Skip to content

Fix in-game masterserver listing

Hanicef requested to merge Hanicef/SRB2Classic:fix-masterserver-listing into next

When masterserver_room_id was introduced, the code became a bit of a mess since the old ms_RoomId variable became the previous value rather than the current one, which in combination with defaulting to 0 rather than -1 lead to a bunch of state issues. All of this is cleaned up and should works as intended now.

Merge request reports

Loading