From 4725e5c52e7ad303721214ee2723a250b813ccaf Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 16:56:55 +0200 Subject: [PATCH] Fix another silly mistake making CONTENT_IGNORE definition not being what it should --- src/nodedef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 565e3cb34..8497b74b0 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -355,7 +355,7 @@ public: f.diggable = false; f.buildable_to = true; f.air_equivalent = true; - set(CONTENT_AIR, f); + set(CONTENT_IGNORE, f); } } // CONTENT_IGNORE = not found