.../kolmafia/request/CharPaneRequest.java | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/net/sourceforge/kolmafia/request/CharPaneRequest.java b/src/net/sourceforge/kolmafia/request/CharPaneRequest.java index 489c82d..115cf14 100644 --- a/src/net/sourceforge/kolmafia/request/CharPaneRequest.java +++ b/src/net/sourceforge/kolmafia/request/CharPaneRequest.java @@ -347,12 +347,6 @@ public class CharPaneRequest return false; } - // If he's in Bad Moon, nope - if ( KoLCharacter.inBadMoon() ) - { - return false; - } - // If character pane doesn't mention storage, ok. if ( responseText.indexOf( "storage.php" ) == -1 ) {