summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormtiusane <mtiusane@users.noreply.github.com>2014-08-16 16:34:47 +0300
committermtiusane <mtiusane@users.noreply.github.com>2014-08-16 16:34:47 +0300
commit95fb2db6af47c89821c59c7837bb93d9e59f00f7 (patch)
tree7037c56e70978b163b9d77c18ccc51fb28d5946f /src
parentfc765f5f146627d282b4374dd0c575895d64a900 (diff)
parent219565526528c29f4fc154798ce77f6225483c98 (diff)
Merge pull request #6 from Mors-Quaedam/patch-2
Fix more colour issues
Diffstat (limited to 'src')
-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" ) );