mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
double-click disconnect mass driver (#1970)
This commit is contained in:
parent
50e8586dc2
commit
9af3cf7a13
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user