Challengermode / CoreRcon

A .NET Standard implementation of the Source RCON Protocol.
MIT License
70 stars 12 forks source link

Typo in example code #86

Closed xe-n-on closed 2 months ago

xe-n-on commented 2 months ago

string respnose = await rcon.SendCommandAsync("echo hi");

respnose instead of response

xobust commented 2 months ago

Thanks

xe-n-on commented 2 months ago

Closed with solved status :)