Toggled off random ToD start as a default map setting
per Doc Paterson's request
This commit is contained in:
parent
91b5a2c45f
commit
de3f34a0fa
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ bool use_fog(const std::string& value)
|
|||
|
||||
bool use_random_start_time(const std::string& value)
|
||||
{
|
||||
return utils::string_bool(value, true);
|
||||
return utils::string_bool(value, false);
|
||||
}
|
||||
|
||||
bool use_shroud(const std::string& value)
|
||||
|
|
Loading…
Add table
Reference in a new issue