Delete TODO

This commit is contained in:
Sophia Waggoner 2023-03-22 06:14:51 -07:00
parent 264e4a53f8
commit 83d66a180a

View File

@ -167,7 +167,7 @@ pub struct Settings {
pub world_seed: u32,
pub server_name: String,
pub start_time: f64,
/// Length of a day in minutes. (Currently does nothing; TODO.)
/// Length of a day in minutes.
pub day_length: f64,
/// When set to None, loads the default map file (if available); otherwise,
/// uses the value of the file options to decide how to proceed.