Pre-release tweaks

This commit is contained in:
Anuken
2020-09-23 18:26:05 -04:00
parent 5df5a6e39f
commit 3a618761b3
2 changed files with 1 additions and 2 deletions
@@ -421,8 +421,6 @@ public class LogicBlock extends Block{
return other != null && other.isValid() && other.team == team && other.within(this, range + other.block.size*tilesize/2f) && !(other instanceof ConstructBuild);
}
@Override
public void buildConfiguration(Table table){