Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Commit

Permalink
Revert "Quick fix for part of #84"
Browse files Browse the repository at this point in the history
This reverts commit 29e1d92.
  • Loading branch information
ensingm2 committed Jul 3, 2018
1 parent 29e1d92 commit ded60c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions idle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1085,10 +1085,8 @@ var INJECT_init = function() {

if (gGame.m_State instanceof CBattleSelectionState)
INJECT_init_battle_selection();
else if (gGame.m_State instanceof CPlanetSelectionState) {
else if (gGame.m_State instanceof CPlanetSelectionState)
INJECT_init_planet_selection();
CheckSwitchBetterPlanet();
}
};

var INJECT_toggle_animations = function(enabled) {
Expand Down

1 comment on commit ded60c1

@ensingm2
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was a mistake. Introduced an error dialog on every auto-planet change.

Please sign in to comment.