Hi, I’m going through the guide for the shiny new Fleet Manager interface and I’m running into a strange issue. I’m successfully registering the fleet manager instance using RegisterFleetManager(), but nk.GetFleetManager() is returning nil inside my MatchmakerMatched callback or in a custom RPC. It looks to me like the FleetManager instance is not getting set on the NakamaModule instance that’s getting passed to those functions. Or maybe I did something wrong, but I’m not sure what.
Thanks!