mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 05:50:54 +07:00
Cleanup
This commit is contained in:
parent
0483e3f900
commit
ee26f51d7a
@ -327,9 +327,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
|
||||
}
|
||||
}
|
||||
|
||||
boolean naval = (float)waters / total >= 0.28f;
|
||||
|
||||
Log.info(waters + " " + total );
|
||||
boolean naval = (float)waters / total >= 0.26f;
|
||||
|
||||
//create water pathway if the map is flooded
|
||||
if(naval){
|
||||
|
Loading…
Reference in New Issue
Block a user