Skip to content

Commit

Permalink
HollowKnightDreamnail compat alias HollowKnight
Browse files Browse the repository at this point in the history
to be a bit more compatible with versions of LiveSplit.HollowKnight before 2.9.0
  • Loading branch information
AlexKnauth committed Jul 13, 2024
1 parent 7d1882a commit 31ff2b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/splits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,10 @@ pub enum Split {
/// Splits upon entering the Radiance dream
///
/// Skips upon killing the Hollow Knight
// before LiveSplit.HollowKnight 2.9.0 this autosplit id was HollowKnight,
// but it was changed to HollowKnightDreamnail to distinguish it
// from the new autosplit HollowKnightBoss intended for segment practice
#[serde(alias = "HollowKnight")]
HollowKnightDreamnail,
/// Segment Practice - Radiance (Boss)
///
Expand Down

0 comments on commit 31ff2b1

Please sign in to comment.