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