Skip to content

Commit

Permalink
Fix listing MVD client versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet authored and res2k committed Jan 23, 2024
1 parent ef939c2 commit eb9dc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/mvd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1880,8 +1880,8 @@ static void dump_versions(void)
"num name version\n"
"--- ---------------- -----------------------------------------\n");

count = 0;
FOR_EACH_GTV(client) {
count = 0;
Com_Printf("%3i %-16.16s %-40.40s\n",
count, client->name, client->version);
count++;
Expand Down

0 comments on commit eb9dc27

Please sign in to comment.