1
0
Fork 0
mirror of https://github.com/Luzifer/sii.git synced 2024-10-18 05:14:19 +00:00

Fix: StoredRainWetness is a float

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-12-25 22:00:59 +01:00
parent 0f837658e0
commit e194984387
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -50,7 +50,7 @@ type Economy struct {
StoredGasPumpMoney int64 `sii:"stored_gas_pump_money"`
StoredWeatherChangeTimer float32 `sii:"stored_weather_change_timer"`
StoredCurrentWeather int64 `sii:"stored_current_weather"`
StoredRainWetness int64 `sii:"stored_rain_wetness"`
StoredRainWetness float32 `sii:"stored_rain_wetness"`
TimeZone int64 `sii:"time_zone"`
TimeZoneName string `sii:"time_zone_name"`
LastFerryPosition [3]int64 `sii:"last_ferry_position"`