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