]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/Main.qc
Saturation should depend on the configured max armor. It will now read the server...
[voretournament/voretournament.git] / data / qcsrc / client / Main.qc
index e4fadc50ff3906e52edf2c3101f304e0fbe03654..e96c53b524adaa13fc19b1bf40d72ecf2ef697bd 100644 (file)
@@ -1035,7 +1035,7 @@ void Ent_Init()
        g_vore = ReadCoord();\r
        g_balance_vore_swallow_limit = ReadCoord();\r
 \r
-       armor_enabled = ReadByte();\r
+       armor_max = ReadCoord();\r
 \r
        if(!postinit)\r
                PostInit();\r