From e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 22 Jan 2020 09:19:27 +0000 Subject: Remove unused weight property from objects (#9320) --- src/content_sao.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content_sao.cpp') diff --git a/src/content_sao.cpp b/src/content_sao.cpp index ebda0efc9..43c784b42 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -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; -- cgit v1.2.3