summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-02-20 19:35:57 +0000
committerIronClawTrem <louie.nutman@gmail.com>2020-02-20 19:35:57 +0000
commit7f801426a68c39c3c440608ec7991c4ce5bbdf1a (patch)
tree02ae6835f6734d4d4929b5ae098f5d53c6d6d5f2
parent6b6e79cb495a19d54ad2c85361eb694a211b9732 (diff)
forgot new line in !setrotation
-rw-r--r--src/game/g_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 45c37e4..c17b2b4 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -7793,7 +7793,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;
}