mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 10:47:13 +07:00
arc
This commit is contained in:
parent
98844d752c
commit
97aca84b26
@ -65,9 +65,6 @@ public class LogicBlock extends Block{
|
||||
|
||||
static String getLinkName(Block block){
|
||||
String name = block.name;
|
||||
if(block.minfo.mod != null){
|
||||
name = name.substring(block.minfo.mod.name.length() + 1);
|
||||
}
|
||||
if(name.contains("-")){
|
||||
String[] split = name.split("-");
|
||||
//filter out 'large' at the end of block names
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=b9e4c70335192bab6b758c8d086b4665dde84de1
|
||||
archash=946e8c8ec0cfe0c76075ca7b7ee26a6cb31be0f1
|
||||
|
Loading…
Reference in New Issue
Block a user