We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a99e9f commit 4b9288fCopy full SHA for 4b9288f
1 file changed
Bloxstrap/Bootstrapper.cs
@@ -734,7 +734,7 @@ private async Task StartRoblox()
734
735
try
736
{
737
- if (App.Settings.Prop.EnableBetterMatchmaking && _joinData.JoinType != GameJoinType.RequestPrivateGame && _joinData.JoinType != GameJoinType.RequestGameJob && _joinData.PlaceId != null && !isFollowUser)
+ if (App.Settings.Prop.EnableBetterMatchmaking && _joinData.JoinType == GameJoinType.RequestGame && _joinData.PlaceId != null && !isFollowUser)
738
739
string serverid = await GetBetterMatchmakingServerID();
740
string placeLauncherUrl = UrlBuilder.BuildPlacelauncherUrl((long)_joinData.PlaceId, serverid);
0 commit comments