mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-20 16:11:17 +00:00
Fix: StoredRainWetness is a float
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0f837658e0
commit
e194984387
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue