mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-12 16:57:52 +07:00
Fixed #6370
This commit is contained in:
@ -231,8 +231,8 @@ public class JsonIO{
|
|||||||
UnitType unit = Vars.content.getByName(ContentType.unit, str);
|
UnitType unit = Vars.content.getByName(ContentType.unit, str);
|
||||||
return
|
return
|
||||||
item != null ? item :
|
item != null ? item :
|
||||||
block != null ? block :
|
|
||||||
liquid != null ? liquid :
|
liquid != null ? liquid :
|
||||||
|
block != null ? block :
|
||||||
unit;
|
unit;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user