From: Perttu Ahola Date: Wed, 16 Nov 2011 14:56:55 +0000 (+0200) Subject: Fix another silly mistake making CONTENT_IGNORE definition not being what it should X-Git-Tag: 0.4.dev-20111201-0~127 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4725e5c52e7ad303721214ee2723a250b813ccaf;p=oweals%2Fminetest.git Fix another silly mistake making CONTENT_IGNORE definition not being what it should --- 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