]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
finally managed to fix the r_shadow_portallight bug (had to reverse portal handling...
[xonotic/darkplaces.git] / sv_user.c
index 6dbed5017919f3a0ae727d168935d540dac9818e..372b09bd21332b9680f80bda34eb21a9f6735fa3 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -744,7 +744,7 @@ void SV_ReadClientMessage(void)
 
                case clc_ackentities:
                        host_client->entitydatabase4->ackframenum = MSG_ReadLong();
-                       if (developer_networkentities.integer)
+                       if (developer_networkentities.integer >= 1)
                                Con_Printf("recv clc_ackentities %i\n", host_client->entitydatabase4->ackframenum);
                        EntityFrame4_AckFrame(host_client->entitydatabase4, host_client->entitydatabase4->ackframenum);
                        break;