]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/hud.qc
Network the player name in portraits. Also move my test to Damage so I can test the...
[voretournament/voretournament.git] / data / qcsrc / client / hud.qc
index 936804609d2715b6f3d0afe9b4e30df0bfc04e91..282b1fa1001750c98e1137784f94027891d694ee 100644 (file)
@@ -3553,8 +3553,10 @@ void CSQC_race_hud(void)
 \r
 void Ent_ReadPortrait()\r
 {\r
-       string s;\r
+       string s, n;\r
        s = ReadString();\r
+       n = ReadString();\r
 \r
        dprint(strcat(s, " --------\n"));\r
+       dprint(strcat(n, " --------\n"));\r
 }\r