This commit is contained in:
Anuken
2020-08-14 22:22:28 -04:00
parent 98844d752c
commit 97aca84b26
2 changed files with 1 additions and 4 deletions

View File

@@ -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