Galactic Kittens Sample - Rigidbody2d Problem

Hello everyone, i downloaded the Galactic Kittens Sample for learning. When i start the game, all the spawed rigidbodies are in Dynamic mode, but they are set to the kinematic mode in prefab so they shoud be in kinematic mode. But when they are spawned they are in Dynamic mode. I have no idea what’s going on?

I found the problem. Its because of network Rigidbody component. It sets the body type of the Rigidbody automatically based on its on server, client and localPlayer.