Open alexbig9199 opened 9 years ago
Look at #15 & #14 And da506396e58f2e476d94151dfd63f1d29f173c23
how to fix it?
If you read you would know.
Locs loc = new Locs(n.point, ((LocationNode)n).name);
name is wrong. It has to be with a capital 'n'. So this:
Locs loc = new Locs(n.point, ((LocationNode)n).Name);
where to fix this?
You have to recompile the plugin for it to work. If you don't know how to do this, you have to wait for the owner to recompile & upload it.