Corrected empty possestion loading
This commit is contained in:
parent
46da2dfe1b
commit
9489cdc5b5
@ -287,7 +287,7 @@ namespace Passer.Humanoid {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (string.IsNullOrEmpty(msg.possessionLocation)) {
|
if (!string.IsNullOrEmpty(msg.possessionLocation)) {
|
||||||
Debug.Log("Need to download instantiate avatar possession from " + msg.possessionLocation);
|
Debug.Log("Need to download instantiate avatar possession from " + msg.possessionLocation);
|
||||||
remoteHumanoid.physics = msg.physics;
|
remoteHumanoid.physics = msg.physics;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user