1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-11-11 03:31:19 +03:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2020-05-03 10:06:51 -04:00
commit 8eeb668945

View File

@ -212,7 +212,10 @@ public class MassDriver extends Block{
@Override
public boolean onConfigureTileTapped(Tilec other){
if(this == other) return false;
if(this == other){
tile.configure(-1);
return false;
}
if(link == other.pos()){
tile.configure(-1);