mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Ctrl+C handling on POSIX, some commands for server and other tweaking
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user