]> git.lizzy.rs Git - minetest.git/blobdiff - src/inventorymanager.cpp
Fix naming conventions of noise userdata
[minetest.git] / src / inventorymanager.cpp
index d4315f7a47369523ad91cd88a58127195f5374b4..ad567f44cdfee3af8babf2adf8e021b28a85b406 100644 (file)
@@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "inventorymanager.h"
+#include "debug.h"
 #include "log.h"
 #include "serverenvironment.h"
 #include "scripting_server.h"
@@ -841,8 +842,6 @@ bool getCraftingResult(Inventory *inv, ItemStack &result,
                std::vector<ItemStack> &output_replacements,
                bool decrementInput, IGameDef *gamedef)
 {
-       DSTACK(FUNCTION_NAME);
-
        result.clear();
 
        // Get the InventoryList in which we will operate