mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 17:28:14 +07:00
Fixed JSON mod load errors
This commit is contained in:
parent
2b1da7e564
commit
1d854604a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user