]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_client.qc
Oops... also consider the healthsize_min and healthsize_max values for offsetting...
[voretournament/voretournament.git] / data / qcsrc / server / cl_client.qc
index 39b891f21c988093330bee13a71a107d898d4d76..e020cddbd9cf6e7afc491f980d16facff6404215 100644 (file)
@@ -1045,6 +1045,8 @@ float ClientInit_SendEntity(entity to, float sf)
        WriteCoord(MSG_ENTITY, cvar("g_vore"));\r
        WriteCoord(MSG_ENTITY, g_balance_vore_swallow_limit);\r
        WriteCoord(MSG_ENTITY, cvar("g_healthsize"));\r
+       WriteCoord(MSG_ENTITY, cvar("g_healthsize_min"));\r
+       WriteCoord(MSG_ENTITY, cvar("g_healthsize_max"));\r
 \r
        // tell the client if this server uses armor\r
        float armor_max;\r