From e86e59bfe6c3a31ec76d6dd4de22457b1a8f821a Mon Sep 17 00:00:00 2001 From: MaeJong Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: Reports system --- src/game/g_client.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/g_client.c') diff --git a/src/game/g_client.c b/src/game/g_client.c index 6d8acfe..985c03d 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -1618,6 +1618,9 @@ void ClientBegin( int clientNum ) // rejoin any saved chat channels G_admin_chat_sync( ent ); + // report confirmation + G_admin_report_check( clientNum ); + // request the clients PTR code trap_SendServerCommand( ent - g_entities, "ptrcrequest" ); } -- cgit