Skip to content

Commit

Permalink
fix(secure): misspelled again
Browse files Browse the repository at this point in the history
  • Loading branch information
AToska21 committed Sep 30, 2024
1 parent 4044f29 commit eeb2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nex/register_common_secure_server_protocols.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func registerCommonSecureServerProtocols() {
globals.SecureEndpoint.RegisterServiceProtocol(matchmakeExtensionProtocol)
commonMatchmakeExtensionProtocol := commonmatchmakeextension.NewCommonProtocol(matchmakeExtensionProtocol)
matchmakeExtensionProtocol.SetHandlerGetPlayingSession(stubGetPlayingSession)
commonMatchmakeExtensionProtocol.CleanupSearchMatchmakeSessionSearchCriterias = cleanupMatchmakeSessionSearchCriteriasHandler
commonMatchmakeExtensionProtocol.CleanupMatchmakeSessionSearchCriterias = cleanupMatchmakeSessionSearchCriteriasHandler
commonMatchmakeExtensionProtocol.OnAfterAutoMatchmakeWithParamPostpone = onAfterAutoMatchmakeWithParamPostpone
commonMatchmakeExtensionProtocol.SetManager(globals.MatchmakingManager)

Expand Down

0 comments on commit eeb2a34

Please sign in to comment.