Merge remote branch 'refs/remotes/origin/parasti/connect-no-target-reuse'
This commit is contained in:
commit
69e8796d44
|
|
@ -234,10 +234,6 @@ public:
|
||||||
{
|
{
|
||||||
ConnectEntities connector(e1, e2, index);
|
ConnectEntities connector(e1, e2, index);
|
||||||
const char* value = e2->getKeyValue("targetname");
|
const char* value = e2->getKeyValue("targetname");
|
||||||
if(string_empty(value))
|
|
||||||
{
|
|
||||||
value = e1->getKeyValue(connector.keyname());
|
|
||||||
}
|
|
||||||
if(!string_empty(value))
|
if(!string_empty(value))
|
||||||
{
|
{
|
||||||
connector.connect(value);
|
connector.connect(value);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user