diff --git a/Participant.cs b/Participant.cs index 635f538..ddad6ed 100644 --- a/Participant.cs +++ b/Participant.cs @@ -307,9 +307,6 @@ namespace RoboidControl { Thing thing = sender.Get(msg.networkId, msg.thingId); if (thing != null) thing.modelUrl = msg.url; - Thing thing = sender.Get(msg.networkId, msg.thingId); - if (thing != null) - thing.modelUrl = msg.url; } protected virtual void Process(RemoteParticipant sender, PoseMsg msg) {