This commit is contained in:
Anuken
2020-12-09 20:20:22 -05:00
parent 57ad1d5366
commit a544888f16

View File

@@ -57,8 +57,6 @@ public class Unloader extends Block{
rotations = new int[proximity.size];
}
Log.info("unloader @", id);
for(int i = 0; i < proximity.size; i++){
int pos = (offset + i) % proximity.size;
var other = proximity.get(pos);