From c17c9c0f4d000a6765653a1168453a830e403117 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 16 Mar 2018 21:22:17 +0100 Subject: Use single quotes in G_LogAutobahn. I had forgotten Tremulous didn't like printing double quotes. --- src/game/g_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_client.c') diff --git a/src/game/g_client.c b/src/game/g_client.c index 8119e3b..a9fdb1f 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -1401,7 +1401,7 @@ void G_LogAutobahn(gentity_t *ent, const char *userinfo, int rating, ip, rating, name); if (g_adminAutobahnNotify.integer) - G_AdminsPrintf("Autobahn %s \"%s^7\" with rating %+i, connecting from %s.\n", + G_AdminsPrintf("Autobahn %s '%s^7' with rating %+i, connecting from %s.\n", verb, name, rating, ip); } -- cgit