diff --git a/Runtime/HumanoidControl/Scripts/Networking/HumanoidNetworking.cs b/Runtime/HumanoidControl/Scripts/Networking/HumanoidNetworking.cs index 823706e..9b680f1 100644 --- a/Runtime/HumanoidControl/Scripts/Networking/HumanoidNetworking.cs +++ b/Runtime/HumanoidControl/Scripts/Networking/HumanoidNetworking.cs @@ -287,7 +287,7 @@ namespace Passer.Humanoid { return; } #else - if (msg.possessionLocation != null) { + if (string.IsNullOrEmpty(msg.possessionLocation)) { Debug.Log("Need to download instantiate avatar possession from " + msg.possessionLocation); remoteHumanoid.physics = msg.physics;