How do I force users to use the network of my choice?

While the game is working fine etc, connecting does not check whether it’s the desired network… how do you check for this within c# & Moralis?

If you can get the user’s current chainId, you can just not allow them to progress or do anything in your game after authenticating, if they’re not on the right chain.