mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix another silly mistake making CONTENT_IGNORE definition not being what it should
This commit is contained in:
@@ -355,7 +355,7 @@ public:
|
|||||||
f.diggable = false;
|
f.diggable = false;
|
||||||
f.buildable_to = true;
|
f.buildable_to = true;
|
||||||
f.air_equivalent = true;
|
f.air_equivalent = true;
|
||||||
set(CONTENT_AIR, f);
|
set(CONTENT_IGNORE, f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// CONTENT_IGNORE = not found
|
// CONTENT_IGNORE = not found
|
||||||
|
Reference in New Issue
Block a user