summaryrefslogtreecommitdiff
path: root/src/game/g_client.c
diff options
context:
space:
mode:
authorMaeJong <mewiceclair@gmail.com>2017-04-13 11:30:00 +0000
committer/dev/humancontroller <devhc@example.com>2017-04-15 17:24:21 +0200
commite86e59bfe6c3a31ec76d6dd4de22457b1a8f821a (patch)
tree80cf24129e2a55509e0e059a057878c331990aec /src/game/g_client.c
parent5fe4cc98914d6a35ae2247552565cb7e4fee3dda (diff)
Reports system
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r--src/game/g_client.c3
1 files changed, 3 insertions, 0 deletions
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" );
}