This commit is contained in:
parent
f079823bfe
commit
b6bfc2326c
@ -97,11 +97,11 @@ public class NetworkComponent extends PersistentState {
|
|||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
markDirty();
|
|
||||||
Entry entry = new Entry();
|
Entry entry = new Entry();
|
||||||
entry.id = id;
|
entry.id = id;
|
||||||
entry.sources.clear();
|
entry.sources.clear();
|
||||||
networks.add(entry);
|
networks.add(entry);
|
||||||
|
markDirty();
|
||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user