diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/g_client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  }  | 
