]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
Update extension description to prefer "ent" as the parameter name over "e"
[xonotic/darkplaces.git] / netconn.h
index acf359309a942553d64ef9c23f1bf18299400cc1..6f0d762e8043e35e2c8001e0be55837c7e1921e5 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -282,7 +282,7 @@ typedef struct serverlist_info_s
        /// qc-defined short status string
        char qcstatus[128];
        /// frags/ping/name list (if they fit in the packet)
-       char players[1400];
+       char players[2800];
        /// max client number
        int maxplayers;
        /// number of currently connected players (including bots)