add debug CUserCmd

This commit is contained in:
_or_75
2025-10-20 14:19:21 +03:00
parent 30058f71cc
commit 53a8270149
@@ -64,7 +64,7 @@ auto CAndromedaClient::OnClientOutput() -> void
auto CAndromedaClient::OnCreateMove( CCSGOInput* pInput , CUserCmd* pUserCmd ) -> void auto CAndromedaClient::OnCreateMove( CCSGOInput* pInput , CUserCmd* pUserCmd ) -> void
{ {
DEV_LOG( "%s\n" , pUserCmd->cmd.DebugString().c_str() );
} }
auto GetAndromedaClient() -> CAndromedaClient* auto GetAndromedaClient() -> CAndromedaClient*