Show to the developer information if auto update is already checked

Show to the developer information if auto update is already checked

diff --git a/src/engine/client/cl_main.cpp b/src/engine/client/cl_main.cpp
index 87a121e..672ec02 100644
--- a/src/engine/client/cl_main.cpp
+++ b/src/engine/client/cl_main.cpp
@@ -3529,6 +3529,7 @@ void CL_CheckAutoUpdate( void )
     // Only check once per session
     if( autoupdateChecked )
     {
+        Com_DPrintf( "Updated checked already.." );
         return;
     }
     

GitHub
sha: d01952e5