5 Years Ago
Fixed Lobby.Joinable GetData("joinable") returns "True" or "False", (note upercase), so the Joinable would always return false. Fixed by setting to LowerInvariant, since I'm not sure if it returns it uppercase on other platforms as well, or if this ever gets changed. Merge pull request #229 from igniuss/patch-1 Fixed Lobby.Joinable