mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix another silly mistake making CONTENT_IGNORE definition not being what it should
This commit is contained in:
parent
106027fc29
commit
4725e5c52e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue