mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 11:29:48 +07:00
Updated arc
This commit is contained in:
parent
d973283039
commit
dd3fd97b43
@ -272,6 +272,7 @@ public class World{
|
||||
}
|
||||
|
||||
public void removeBlock(Tile tile){
|
||||
if(tile == null) return;
|
||||
tile.link().getLinkedTiles(other -> other.setBlock(Blocks.air));
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=9e37a345d59b09e8677adbec29cb3981d26fe86b
|
||||
archash=80e74b71aefc288d02c0098ccd57de810107367c
|
||||
|
Loading…
Reference in New Issue
Block a user