forked from teamnwah/openmw-tes3coop
[Client] Make forceWeather false by default for client-sent weather
This commit is contained in:
parent
892d71ce71
commit
421d0e7a99
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ void Worldstate::sendMapExplored(int cellX, int cellY, const std::vector<char>&
|
|||
|
||||
void Worldstate::sendWeather(std::string region, int currentWeather, int nextWeather, int queuedWeather, float transitionFactor)
|
||||
{
|
||||
forceWeather = false;
|
||||
weather.region = region;
|
||||
weather.currentWeather = currentWeather;
|
||||
weather.nextWeather = nextWeather;
|
||||
|
|
Loading…
Reference in a new issue