From 96e4c6011f8c5ef1d757da12b9df83af315c6bb5 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Thu, 31 Jul 2025 20:25:54 +0300 Subject: [PATCH] Update IVEngineServer2 --- public/eiface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/eiface.h b/public/eiface.h index eccb4d99..cb33b172 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -185,6 +185,8 @@ public: virtual const char *GetFrameTimeAmnesty( bool check_cvar ) = 0; virtual void ShowFrameTimeReport( void *, bool ) = 0; + virtual void DumpNetStats( void *, void * ) = 0; + // Tell engine to change level ( "changelevel s1\n" or "changelevel2 s1 s2\n" ) virtual void ChangeLevel( const char *s1, const char *s2 ) = 0;