mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Ctrl+C handling on POSIX, some commands for server and other tweaking
This commit is contained in:
parent
be7391c2b1
commit
d065bae323
13 changed files with 384 additions and 111 deletions
|
@ -192,7 +192,7 @@ struct TestMapNode
|
|||
// Transparency
|
||||
n.d = CONTENT_AIR;
|
||||
assert(n.light_propagates() == true);
|
||||
n.d = 0;
|
||||
n.d = CONTENT_STONE;
|
||||
assert(n.light_propagates() == false);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue