1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Remove unnecessary MatchServerEvent mapping

This commit is contained in:
Salman Ahmed 2021-11-21 06:09:45 +03:00
parent 8b28bf31f6
commit 915bde6f96

View File

@ -20,7 +20,6 @@ namespace osu.Game.Online
(typeof(ChangeTeamRequest), typeof(MatchUserRequest)),
(typeof(TeamVersusRoomState), typeof(MatchRoomState)),
(typeof(TeamVersusUserState), typeof(MatchUserState)),
(typeof(MatchServerEvent), typeof(MatchServerEvent)),
};
}
}