Fixed mixtech vault item dupe
This commit is contained in:
@@ -112,7 +112,7 @@ public class StorageBlock extends Block{
|
||||
//only add prev items when core is not linked
|
||||
if(linkedCore == null){
|
||||
for(Building other : previous){
|
||||
if(other.items != null && other.items != items){
|
||||
if(other.items != null && other.items != items && !(other instanceof StorageBuild b && b.linkedCore != null)){
|
||||
items.add(other.items);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=deacd9c98e
|
||||
archash=fc46b1cb55
|
||||
|
||||
Reference in New Issue
Block a user