Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamefreak130 committed Mar 24, 2020
1 parent aa8bef0 commit 26a67ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private static void OnStartupApp(object sender, EventArgs e)
}
if (xmlElement.GetElementsByTagName("IsSlowDanceStation")[0] is XmlElement danceElement)
{
isWorkoutStation = danceElement.GetAttribute("value") == "1" ? true : false;
isSlowDanceStation = danceElement.GetAttribute("value") == "1" ? true : false;
}
}
}
Expand Down

0 comments on commit 26a67ed

Please sign in to comment.