File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ func registerCommonSecureServerProtocols() {
154154 globals .SecureEndpoint .RegisterServiceProtocol (matchmakeExtensionProtocol )
155155 commonMatchmakeExtensionProtocol := commonmatchmakeextension .NewCommonProtocol (matchmakeExtensionProtocol )
156156 commonMatchmakeExtensionProtocol .SetManager (globals .MatchmakingManager )
157+ commonMatchmakeExtensionProtocol .CanJoinMatchmakeSession = gameSpecificCanJoinMatchmakeSession
157158
158159 globals .MatchmakingManager .GetUserFriendPIDs = globals .GetUserFriendPIDs
159- globals .MatchmakingManager .CanJoinMatchmakeSession = gameSpecificCanJoinMatchmakeSession
160160
161161 commonMatchmakeExtensionProtocol .CleanupSearchMatchmakeSession = cleanupSearchMatchmakeSessionHandler
162162 if os .Getenv ("PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING" ) != "1" {
You can’t perform that action at this time.
0 commit comments