diff options
author | narbatucker <narbatucker@hackintosh.local> | 2018-05-06 18:13:26 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-05-06 19:21:37 +0200 |
commit | 51b8c86e856a80a01d4568d057af31e6d5fd49b2 (patch) | |
tree | 1fd948b7ce407759450a981414530da910cf8e43 /src | |
parent | 91e6c29de1a563d50289a5052fdecc3914edb0e1 (diff) |
forgot a newline
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c index 4a78616..817c4ba 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -2865,7 +2865,7 @@ qboolean G_admin_setrotation(gentity_t *ent, int skiparg) if( Q_stricmp( mapRotations.rotations[ i ].name, new_rotation ) == 0 ) { G_StartMapRotation(new_rotation, qfalse); - trap_SendServerCommand( -1, va("print \"^3!setrotation: ^7rotation ^3%s ^7was started by %s", + trap_SendServerCommand( -1, va("print \"^3!setrotation: ^7rotation ^3%s ^7was started by %s\n", new_rotation, ent ? G_admin_adminPrintName(ent) : "console")); return qtrue; } |