Skip to content

Commit 1a99e9f

Browse files
authored
Dont better match make if requesting to join specific server
1 parent cbb1c6c commit 1a99e9f

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.PlaceId != null && !isFollowUser)
737+
if (App.Settings.Prop.EnableBetterMatchmaking && _joinData.JoinType != GameJoinType.RequestPrivateGame && _joinData.JoinType != GameJoinType.RequestGameJob && _joinData.PlaceId != null && !isFollowUser)
738738
{
739739
string serverid = await GetBetterMatchmakingServerID();
740740
string placeLauncherUrl = UrlBuilder.BuildPlacelauncherUrl((long)_joinData.PlaceId, serverid);

0 commit comments

Comments
 (0)