diff options
Diffstat (limited to 'src/mvd_public.h')
-rw-r--r-- | src/mvd_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mvd_public.h b/src/mvd_public.h index 940304b..7883504 100644 --- a/src/mvd_public.h +++ b/src/mvd_public.h @@ -30,7 +30,7 @@ void MVD_RemoveClient( struct client_s *client ); int MVD_Frame( void ); void MVD_PrepWorldFrame( void ); -void MVD_GameClientDrop( edict_t *ent, const char *reason ); +void MVD_GameClientDrop( edict_t *ent, const char *prefix, const char *reason ); void MVD_GameClientNameChanged( edict_t *ent, const char *name ); void MVD_StreamedStop_f( void ); |