mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-08-02 16:13:42 -05:00
debug(secure): adding debugging
This commit is contained in:
parent
eeb2a34462
commit
24c5e11dd0
|
|
@ -94,6 +94,7 @@ func cleanupSearchMatchmakeSession(matchmakeSession *matchmakingtypes.MatchmakeS
|
|||
|
||||
func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*matchmakingtypes.MatchmakeSessionSearchCriteria]) {
|
||||
fmt.Printf("%+v\n", searchCriterias)
|
||||
fmt.Printf("AAAAAAA")
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -158,6 +159,7 @@ func registerCommonSecureServerProtocols() {
|
|||
commonMatchmakeExtensionProtocol := commonmatchmakeextension.NewCommonProtocol(matchmakeExtensionProtocol)
|
||||
matchmakeExtensionProtocol.SetHandlerGetPlayingSession(stubGetPlayingSession)
|
||||
commonMatchmakeExtensionProtocol.CleanupMatchmakeSessionSearchCriterias = cleanupMatchmakeSessionSearchCriteriasHandler
|
||||
fmt.Printf("Test")
|
||||
commonMatchmakeExtensionProtocol.OnAfterAutoMatchmakeWithParamPostpone = onAfterAutoMatchmakeWithParamPostpone
|
||||
commonMatchmakeExtensionProtocol.SetManager(globals.MatchmakingManager)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user