]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/sbar.qc
Remove comments saying armor is not used in VT. Now it is :)
[voretournament/voretournament.git] / data / qcsrc / client / sbar.qc
index 4fdfb77e5bfa524a600eec966165fdff9691ab92..33d31f39b276534cd8e8aaa459ab65a4b14d8777 100644 (file)
@@ -2928,7 +2928,7 @@ void Sbar_Draw (void)
                else\r
                        Sbar_DrawScoreboard();\r
                float armor, health;\r
-               armor = getstati(STAT_ARMOR); // armor is not used in Vore Tournament by default, but still exists for mods that might want it\r
+               armor = getstati(STAT_ARMOR);\r
                health = getstati(STAT_HEALTH);\r
 \r
                stat_items = getstati(STAT_ITEMS);\r