1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 05:36:43 +00:00

[Client] Make forceWeather false by default for client-sent weather

This commit is contained in:
David Cernat 2018-07-21 05:21:26 +03:00
parent 892d71ce71
commit 421d0e7a99

View file

@ -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;