Skip to content

Commit

Permalink
Remove isEnabled Check from MCMultipart2Addon() for some reason its c…
Browse files Browse the repository at this point in the history
…rashing in some instances.
  • Loading branch information
AlgorithmX2 committed Dec 5, 2017
1 parent 68ce8ae commit d1ce617
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -23,10 +23,7 @@ private boolean isEnabled()

public MCMultipart2Addon()
{
if ( isEnabled() )
{
ChiselsAndBits.registerWithBus( this );
}
ChiselsAndBits.registerWithBus( this );
}

@SubscribeEvent
Expand Down

0 comments on commit d1ce617

Please sign in to comment.