Update todo about wildlife density option

This commit is contained in:
Imbris 2023-09-14 22:59:16 -04:00
parent afe97f4d67
commit cd29170bea

View File

@ -162,7 +162,10 @@ fn main() -> io::Result<()> {
bench = Some(params); bench = Some(params);
// If we are trying to benchmark, don't limit the server view distance. // If we are trying to benchmark, don't limit the server view distance.
server_settings.max_view_distance = None; server_settings.max_view_distance = None;
// TODO: add setting to adjust entity spawn density // TODO: add setting to adjust wildlife spawn density, note I
// tried but Index setup makes it a bit
// annoying, might require a more involved refactor to get
// working nicely
}, },
}; };
} }