mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 12:38:05 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8eeb668945
@ -212,7 +212,10 @@ public class MassDriver extends Block{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onConfigureTileTapped(Tilec other){
|
public boolean onConfigureTileTapped(Tilec other){
|
||||||
if(this == other) return false;
|
if(this == other){
|
||||||
|
tile.configure(-1);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if(link == other.pos()){
|
if(link == other.pos()){
|
||||||
tile.configure(-1);
|
tile.configure(-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user