mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +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. |
||
---|---|---|
.. | ||
common | ||
cpp_api | ||
lua_api | ||
CMakeLists.txt | ||
scripting_client.cpp | ||
scripting_client.h | ||
scripting_mainmenu.cpp | ||
scripting_mainmenu.h | ||
scripting_server.cpp | ||
scripting_server.h |