Fixed #6996
This commit is contained in:
@@ -1585,7 +1585,7 @@ public class LStatements{
|
|||||||
|
|
||||||
fields(table, "team", team, s -> team = s);
|
fields(table, "team", team, s -> team = s);
|
||||||
|
|
||||||
if(type != FetchType.coreCount && type != FetchType.playerCount && type != FetchType.unitCount){
|
if(type != FetchType.coreCount && type != FetchType.playerCount && type != FetchType.unitCount && type != FetchType.buildCount){
|
||||||
table.add(" # ");
|
table.add(" # ");
|
||||||
|
|
||||||
row(table);
|
row(table);
|
||||||
|
|||||||
@@ -5,13 +5,11 @@ import arc.math.*;
|
|||||||
import arc.math.geom.*;
|
import arc.math.geom.*;
|
||||||
import arc.util.*;
|
import arc.util.*;
|
||||||
import arc.util.noise.*;
|
import arc.util.noise.*;
|
||||||
import mindustry.*;
|
|
||||||
import mindustry.content.*;
|
import mindustry.content.*;
|
||||||
import mindustry.game.*;
|
import mindustry.game.*;
|
||||||
import mindustry.maps.generators.*;
|
import mindustry.maps.generators.*;
|
||||||
import mindustry.type.*;
|
import mindustry.type.*;
|
||||||
import mindustry.world.*;
|
import mindustry.world.*;
|
||||||
import mindustry.world.meta.*;
|
|
||||||
|
|
||||||
import static mindustry.Vars.*;
|
import static mindustry.Vars.*;
|
||||||
|
|
||||||
@@ -86,10 +84,6 @@ public class TantrosPlanetGenerator extends PlanetGenerator{
|
|||||||
});
|
});
|
||||||
|
|
||||||
Schematics.placeLaunchLoadout(width / 2, height / 2);
|
Schematics.placeLaunchLoadout(width / 2, height / 2);
|
||||||
|
|
||||||
Vars.state.rules.env = Env.underwater;
|
|
||||||
|
|
||||||
state.rules.canGameOver = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
float rawHeight(Vec3 position){
|
float rawHeight(Vec3 position){
|
||||||
|
|||||||
Reference in New Issue
Block a user