Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-11-25 13:29:51 -05:00
7 changed files with 41 additions and 35 deletions

View File

@@ -231,8 +231,8 @@ public class JsonIO{
UnitType unit = Vars.content.getByName(ContentType.unit, str);
return
item != null ? item :
block != null ? block :
liquid != null ? liquid :
block != null ? block :
unit;
}
});