]> git.lizzy.rs Git - minetest.git/blobdiff - src/content_sao.cpp
Update translation sources
[minetest.git] / src / content_sao.cpp
index ebda0efc94de0ae802a8923cbb5efcdc95300bec..43c784b426fe475d267b8e5703c13e78702ba4db 100644 (file)
@@ -869,7 +869,6 @@ PlayerSAO::PlayerSAO(ServerEnvironment *env_, RemotePlayer *player_, session_t p
        m_prop.hp_max = PLAYER_MAX_HP_DEFAULT;
        m_prop.breath_max = PLAYER_MAX_BREATH_DEFAULT;
        m_prop.physical = false;
-       m_prop.weight = 75;
        m_prop.collisionbox = aabb3f(-0.3f, 0.0f, -0.3f, 0.3f, 1.77f, 0.3f);
        m_prop.selectionbox = aabb3f(-0.3f, 0.0f, -0.3f, 0.3f, 1.77f, 0.3f);
        m_prop.pointable = true;