]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/test.cpp
fixed server sending wrong position of node removal
[dragonfireclient.git] / src / test.cpp
index e5b22a978570420ce7e454ad7b15137de561a003..1de902787987e72acfdd280e0ffbfe2f8bf835cb 100644 (file)
@@ -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);
        }
 };