diff options
author | kai <kai@zittrig.eu> | 2020-06-12 21:35:32 +0100 |
---|---|---|
committer | kai <kai@zittrig.eu> | 2020-06-12 21:35:32 +0100 |
commit | 85de4090aaa7128c494ff66c1a87e5a445f58cde (patch) | |
tree | fd11a3f9b8a2cbe008685addbb9a05bda9d34ba0 /src | |
parent | 3173aedba241b25043e3317f4bc88f0d67d3e0ee (diff) |
missed some admin alerts
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_cmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index bd3db85..f033cc4 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2588,7 +2588,7 @@ void Cmd_CallTeamVote_f( gentity_t *ent ) ( ( !Q_stricmp( arg1, "kick" ) || !Q_stricmp( arg1, "denybuild" ) ) || level.clients[ i ].pers.teamSelection == PTE_NONE ) ) { - trap_SendServerCommand( i, va("print \"^6[Admins]^7 %s " S_COLOR_WHITE + trap_SendServerCommand( i, va("print \"^7[^fADMIN ALERT^7] %s " S_COLOR_WHITE "called a team vote: %s^7 \n\"", ent->client->pers.netname, level.teamVoteDisplayString[ cs_offset ] ) ); } } @@ -5871,7 +5871,7 @@ void G_CP( gentity_t *ent ) { if( G_admin_permission( &g_entities[ i ], ADMF_ADMINCHAT ) ) { - trap_SendServerCommand( i, va("print \"^6[Admins]^7 CP to other team%s: %s \n\"", prefixes, text ) ); + trap_SendServerCommand( i, va("print \"^7[^fADMIN ALERT^7] CP to other team%s: %s \n\"", prefixes, text ) ); } continue; } |