From e396fb29840c3b87b0442fe6d641c94e8165ed27 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 17 Nov 2013 01:59:04 -0500 Subject: Actually fix weather The real problem was that MapBlocks were not activated before getting sent to the client --- src/mapblock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mapblock.h') diff --git a/src/mapblock.h b/src/mapblock.h index e0730ffcf..501ab75da 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -516,7 +516,8 @@ public: s16 heat; s16 humidity; - u32 weather_update_time; + u32 heat_last_update; + u32 humidity_last_update; private: /* -- cgit v1.2.3