1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-01-06 02:56:41 +00:00

Enable challenges outside of CS+

This commit is contained in:
dawnDus 2022-02-23 23:21:06 -05:00
parent 1070e67af4
commit 5ee580cb35
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -139,7 +139,7 @@ impl Scene for TitleScene {
self.controller.add(state.settings.create_player2_controller());
self.main_menu.push_entry(MenuEntry::Active("Start Game".to_string()));
if state.constants.is_cs_plus {
if !state.mod_list.mods.is_empty() {
self.main_menu.push_entry(MenuEntry::Active("Challenges".to_string()));
} else {
self.main_menu.push_entry(MenuEntry::Hidden);