print todo in Steam_Networking::AllowP2PPacketRelay

This commit is contained in:
a
2025-11-22 18:37:17 +02:00
parent c7494660e6
commit 56f93492f8

View File

@@ -278,6 +278,7 @@ bool Steam_Networking::GetP2PSessionState( CSteamID steamIDRemote, P2PSessionSta
// P2P packet relay is allowed by default
bool Steam_Networking::AllowP2PPacketRelay( bool bAllow )
{
PRINT_DEBUG_TODO();
PRINT_DEBUG("%u", bAllow);
return true;
}