mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 23:07:33 +07:00
Fixed #6370
This commit is contained in:
@ -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;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user