Fixed incompatibilities

This commit is contained in:
Pascal Serrarens 2025-02-25 16:53:27 +01:00
parent 15ac8a399b
commit 6dfbdc7316

View File

@ -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) {