Skip to content

Commit

Permalink
Add missing printf argument
Browse files Browse the repository at this point in the history
(forgotten in a30008d)
  • Loading branch information
andrei-drexler committed Dec 17, 2023
1 parent 1da1b3e commit e39c4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/host_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ static void Host_Loadgame_f (void)
{
if (!Modlist_IsInstalled (com_token))
{
Con_Printf ("ERROR: mod \"%s\" is not installed.\n");
Con_Printf ("ERROR: mod \"%s\" is not installed.\n", com_token);
return;
}
COM_SwitchGame (com_token);
Expand Down

0 comments on commit e39c4b3

Please sign in to comment.