Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, that wouldn't have worked at all.
  • Loading branch information
cinderblocks committed Aug 14, 2015
1 parent 1751518 commit 27f8304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMetaverse/Login.cs
Expand Up @@ -1095,7 +1095,7 @@ private void BeginLogin()
if (loginParams.Platform == null)
loginParams.Platform = String.Empty;

if (loginParams.Platform == null)
if (loginParams.PlatformVersion == null)
loginParams.PlatformVersion = String.Empty;

if (loginParams.MAC == null)
Expand Down

0 comments on commit 27f8304

Please sign in to comment.