mapgen fix
This commit is contained in:
parent
e258767405
commit
db29b60551
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ impl State {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RunState::MapGeneration => {
|
RunState::MapGeneration => {
|
||||||
if !config::CONFIG.logging.show_mapgen {
|
if !config::CONFIG.logging.show_mapgen || self.mapgen_history.len() <= 0 {
|
||||||
new_runstate = self.mapgen_next_state.unwrap();
|
new_runstate = self.mapgen_next_state.unwrap();
|
||||||
} else {
|
} else {
|
||||||
if self.mapgen_history.len() > 0 {
|
if self.mapgen_history.len() > 0 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue