summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
authorMors-Quaedam <naughtyboylee@gmail.com>2014-07-06 19:35:22 +0100
committerMors-Quaedam <naughtyboylee@gmail.com>2014-07-06 19:35:22 +0100
commit219565526528c29f4fc154798ce77f6225483c98 (patch)
tree4156ada7cbb92b5c50b234c15ffd14c93d70d478 /src/game/g_admin.c
parent002c367d2cb034e02e9e23aaeca29365955c9f9e (diff)
Fix more colour issues
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index bb296fa..9dd5b58 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -3607,7 +3607,7 @@ static char *fates[] =
"^2built^7",
"^3deconstructed^7",
"^7replaced^7",
- "^8destroyed^7",
+ "^6destroyed^7",
"^1TEAMKILLED^7",
"^7unpowered^7",
"removed^7"
@@ -3663,7 +3663,7 @@ qboolean G_admin_slap( gentity_t *ent )
va( "cp \"[yesmad] %s^1 is not amused! [yesmad]\n^7%s\n\"",
admin_name( ent ),
reason ) );
- AP( va( "print \"^3slap: ^7%s^7 has been slapped by %s with the reason: ^7%s\n\"",
+ AP( va( "print \"^3slap: ^7%s^7 has been slapped by %s^7 with the reason: ^7%s\n\"",
vic->client->pers.netname,
admin_name( ent ),
( *reason ) ? reason : "No reason specified" ) );