Skip to content

Commit 4b9288f

Browse files
authored
Only check for RequestGame game join type
1 parent 1a99e9f commit 4b9288f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bloxstrap/Bootstrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ private async Task StartRoblox()
734734

735735
try
736736
{
737-
if (App.Settings.Prop.EnableBetterMatchmaking && _joinData.JoinType != GameJoinType.RequestPrivateGame && _joinData.JoinType != GameJoinType.RequestGameJob && _joinData.PlaceId != null && !isFollowUser)
737+
if (App.Settings.Prop.EnableBetterMatchmaking && _joinData.JoinType == GameJoinType.RequestGame && _joinData.PlaceId != null && !isFollowUser)
738738
{
739739
string serverid = await GetBetterMatchmakingServerID();
740740
string placeLauncherUrl = UrlBuilder.BuildPlacelauncherUrl((long)_joinData.PlaceId, serverid);

0 commit comments

Comments
 (0)