Fixed JSON mod load errors

This commit is contained in:
Anuken 2022-02-11 15:41:39 -05:00
parent 2b1da7e564
commit 1d854604a6

View File

@ -180,7 +180,7 @@ public class UnitType extends UnlockableContent{
public boolean hidden = false;
public boolean internal = false;
/** A sample of the unit that this type creates. Do not modify! */
public Unit sample;
public @Nullable Unit sample;
//for crawlers
public int segments = 0;