GetDotaStats / stat-collection

Library for setting up stat collection for dota2 mods
http://getdotastats.com/
GNU General Public License v2.0
11 stars 8 forks source link

Minor typo #92

Closed dustingraham closed 7 years ago

dustingraham commented 7 years ago

Minor typo.

https://github.com/GetDotaStats/stat-collection/blob/master/game/dota_addons/YOUR_ADDON/scripts/vscripts/statcollection/lib/statcollection.lua#L551

statCollection:print("Body", res.StatusCode or "nil")

Should probably be res.Body

jimmydorry commented 7 years ago

Oh, that's a nice spot. I've never seen anyone post a console log that hit that condition though. :stuck_out_tongue_closed_eyes: