mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix day_night_ratio_do_override not being initialised server-side
Causes get_day_night_ratio() to return unpredictable results.
This commit is contained in:
parent
c252ed506e
commit
cd1140f69c
@ -159,7 +159,7 @@ private:
|
||||
float m_chat_message_allowance = 5.0f;
|
||||
u16 m_message_rate_overhead = 0;
|
||||
|
||||
bool m_day_night_ratio_do_override;
|
||||
bool m_day_night_ratio_do_override = false;
|
||||
float m_day_night_ratio;
|
||||
std::string hud_hotbar_image = "";
|
||||
std::string hud_hotbar_selected_image = "";
|
||||
|
Loading…
Reference in New Issue
Block a user