void HandleHostSwapInput()
 {
     if (soul != null && !soul.DidChangeHost() && Input.GetKeyDown(swapHostKey) && !ControlCenter.inCameraMode)
     {
         SwapToNextHost();
     }
 }