mirror of
https://github.com/minetest/minetest.git
synced 2025-01-13 00:37:30 +01:00
4d7f296717
This fixes an issue where when the engine looked up groups (for example, in ABM node names), NodeDefManager's m_group_to_items would contain nodes with a group value of zero, resulting in nodes with flammable = 0 being burned by a fire mod with a group:flammable checking ABM. It brings consistency to the behaviour described in the api documentation, where zero and nil groups should be the same. |
||
---|---|---|
.. | ||
c_content.cpp | ||
c_content.h | ||
c_converter.cpp | ||
c_converter.h | ||
c_internal.cpp | ||
c_internal.h | ||
c_types.cpp | ||
c_types.h | ||
CMakeLists.txt | ||
helper.cpp | ||
helper.h |