SteamRE / SteamKit

SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
GNU Lesser General Public License v2.1
2.57k stars 493 forks source link

Fix typo #1414

Closed Citrinate closed 4 weeks ago

Citrinate commented 4 weeks ago

I haven't been able to get responses from messages sent to GameCoordinator since 3.0.0-Alpha.3. In the 022_DotaMatchRequest sample, nothing currently happens after launching DOTA. Narrowed the cause down to what looks to be just a typo. Correcting it resolves my issue.

xPaw commented 4 weeks ago

Thanks.