Skip to content

Commit

Permalink
Remove redundant call
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechambers committed Oct 4, 2023
1 parent c23f96e commit 065f5ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dcli/src/activitystoreinterface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ impl ActivityStoreInterface {
self.set_mode(activity, Mode::CheckmateSurvival);

self.add_to_modes(activity, Mode::CheckmateAll);
self.add_to_modes(activity, Mode::CheckmateSurvival);

self.remove_from_modes(activity, Mode::PvPCompetitive)
}
Expand Down

0 comments on commit 065f5ea

Please sign in to comment.