fix(multiplayer): cannot change playstyle when gamemode isn't osu!
This commit is contained in:
@@ -558,7 +558,7 @@ class MultiplayerHub(Hub[MultiplayerClientState]):
|
|||||||
if (
|
if (
|
||||||
ruleset_id is not None
|
ruleset_id is not None
|
||||||
and user_beatmap.mode != GameMode.OSU
|
and user_beatmap.mode != GameMode.OSU
|
||||||
and ruleset_id != user_beatmap.mode
|
and ruleset_id != int(user_beatmap.mode)
|
||||||
):
|
):
|
||||||
raise InvokeException(
|
raise InvokeException(
|
||||||
"Selected ruleset is not supported for the given beatmap."
|
"Selected ruleset is not supported for the given beatmap."
|
||||||
|
|||||||
Reference in New Issue
Block a user