Remove "sortersnek"

There is many reasons behind it, but most important (that let to removing other "sneks") is infinite throughput/teleporter like mechanic.
I know that most of players like it and they will never change their mind, so this might be better solution.
This commit is contained in:
Dexapnow
2020-07-27 20:27:27 +02:00
committed by GitHub
parent 44e150638d
commit c21a0a2516

View File

@@ -88,7 +88,7 @@ public class Sorter extends Block{
boolean isSame(Building other){
//uncomment code below to prevent sorter/gate chaining
return other != null && (other.block() instanceof Sorter/* || other.block() instanceof OverflowGate */);
return other != null && (other.block() instanceof Sorter || other.block() instanceof OverflowGate);
}
Building getTileTarget(Item item, Building source, boolean flip){