]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
Fix potential problem with core.get_connected_players()
[minetest.git] / src / object_properties.h
index 199182d70839ced53c4a803e8acc7579f87788f1..3895f337990c5818a04272cd5f4912f026fe5ec3 100644 (file)
@@ -31,7 +31,6 @@ struct ObjectProperties
        u16 breath_max = 0;
        bool physical = false;
        bool collideWithObjects = true;
-       float weight = 5.0f;
        // Values are BS=1
        aabb3f collisionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);
        aabb3f selectionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);