You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On input of KeyValues with // comments, SteamCodec::KeyValues::load returns nil.
The issue appears to be here, where only \\ is parsed as a comment, but according to the wiki and the file I'm working with, // and / should be comments. I also haven't seen \\ being indicated as being a KeyValues comment anywhere.