Skip to content

Commit

Permalink
Hide message spam when changing language
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Sep 21, 2024
1 parent db6e2f0 commit 575ade3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -3768,7 +3768,7 @@ fail: mz_zip_reader_end(&archive);
}
}

Con_Printf("Loaded %d strings from '%s'\n", localization.numentries, file);
Con_SafePrintf ("[skipnotify]Loaded %d strings from '%s'\n", localization.numentries, file);

return true;
}
Expand Down

0 comments on commit 575ade3

Please sign in to comment.