Skip to content

Commit

Permalink
Fix server quality stats
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Nov 24, 2020
1 parent 030ef0e commit 3161819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5370,7 +5370,7 @@ void extping_maprot(ucharbuf &po)
void extping_uplinkstats(ucharbuf &po)
{
if(scl.maxclients)
po.put(chokelog, scl.maxclients); // send logs for every used slot
po.put(chokelog + 1, scl.maxclients); // send logs for 1..n used slots
}

void extinfo_cnbuf(ucharbuf &p, int cn)
Expand Down

0 comments on commit 3161819

Please sign in to comment.