diff options
author | IronClawTrem <louie.nutman@gmail.com> | 2020-02-19 21:52:16 +0000 |
---|---|---|
committer | IronClawTrem <louie.nutman@gmail.com> | 2020-02-19 21:52:16 +0000 |
commit | 18a6b055fdfe8bf0bed6278c9466d19e3bdad908 (patch) | |
tree | cea4d9488f5a51c94e9630cfb9d0defbe7371f5d | |
parent | ccb0b2e4d6674a7a00c9bf491f08fc73b6898c54 (diff) |
forgot new line in !setrotation
-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 dc19530..e631384 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -7967,7 +7967,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; } |