diff options
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index c12afd4a..c9bbf465 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2790,7 +2790,7 @@ void Cmd_PTRCRestore_f( gentity_t *ent ) else { trap_SendServerCommand( ent - g_entities, - va( "print \"\"%d\" is not a valid PTR code\n\"", code ) ); + va( "print \"'%d' is not a valid PTR code\n\"", code ) ); } } |