Build check cleanup

This commit is contained in:
Anuken
2020-09-25 20:15:00 -04:00
parent c49b3124d5
commit ccdd94a090
4 changed files with 34 additions and 62 deletions
+1
View File
@@ -369,6 +369,7 @@ public class Block extends UnlockableContent{
}
public boolean canReplace(Block other){
if(other.alwaysReplace) return true;
return (other != this || rotate) && this.group != BlockGroup.none && other.group == this.group && size == other.size;
}