]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
d'oh! Write a *SHORT*, not byte >_<
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.qc
index 3b4a73bc9faea43518fc67196c824aaef59f0995..55def58fcbc8ea96581d4b9dbee329711d1d0a9b 100644 (file)
@@ -253,7 +253,7 @@ void Send_KillNotification (string s1, string s2, string s3, float msg, float ty
        WriteString(MSG_ALL, s1);
        WriteString(MSG_ALL, s2);
        WriteString(MSG_ALL, s3);
-       WriteByte(MSG_ALL, msg);
+       WriteShort(MSG_ALL, msg);
        WriteByte(MSG_ALL, type);
 }