Skip to content

Commit

Permalink
PR2: Log bad sprint message.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Jan 26, 2025
1 parent c366167 commit 73cd3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pr2_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void PF2_sprint(int entnum, int level, char *s, int flags)
flags = 0;
if (entnum < 1 || entnum > MAX_CLIENTS)
{
Con_Printf("tried to sprint to a non-client %d \n", entnum);
Con_Printf("tried to sprint to a non-client %d (%s)\n", entnum, s);
return;
}

Expand Down

0 comments on commit 73cd3d1

Please sign in to comment.