]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications.qc
Cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications.qc
index da7001de22dfc5d24f1bceea0c3d43566ff7f813..6507669b61ad7b626aafb1f07d0415a7ecb55f00 100644 (file)
@@ -1680,10 +1680,11 @@ void Local_Notification_WOVA(
 // =========================
 
 #ifdef CSQC
-void Read_Notification(float is_new)
+NET_HANDLE(ENT_CLIENT_NOTIFICATION, bool is_new)
 {
        int net_type = ReadByte();
        int net_name = ReadShort();
+       return = true;
 
        entity notif;