Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2023-09-18 23:19:03 -04:00
2 changed files with 6 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ public class SpawnGroup implements JsonSerializable, Cloneable{
String tname = data.getString("type", "dagger");
type = content.unit(LegacyIO.unitMap.get(tname, tname));
if(type == null) type = UnitTypes.dagger;
if(type == null || type.internal) type = UnitTypes.dagger;
begin = data.getInt("begin", 0);
end = data.getInt("end", never);
spacing = data.getInt("spacing", 1);