Fixed builds with only mobs not loading.
This commit is contained in:
parent
a747426fa0
commit
0eda813d41
@ -211,6 +211,9 @@ public class SpeedBuilders extends SoloGame
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!buildData.Mobs.isEmpty())
|
||||
add = true;
|
||||
|
||||
if (add)
|
||||
_buildData.add(buildData);
|
||||
|
Loading…
Reference in New Issue
Block a user