Skip to content

Commit

Permalink
Added backward compatibility for facebook mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno458 committed Jun 27, 2022
1 parent 144a3e8 commit a8f577a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TsRandomizer/SeedOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public SeedOptions(Dictionary<string, object> slotData)
{"ProgressiveKeycards", 1U << 2},
{"DownloadableItems", 1U << 3},
{"EyeSpy", 1U << 4},
{"FacebookMode", 1U << 4}, //backward compatibility
{"StartWithMeyef", 1U << 5},
{"QuickSeed", 1U << 6},
{"SpecificKeycards", 1U << 7},
Expand Down

0 comments on commit a8f577a

Please sign in to comment.