Fixes JEI not being recognized as activated by the terminal search button.

This commit is contained in:
Sebastian Hartte 2016-11-06 19:50:24 +01:00
parent 633ea48d42
commit fcc8b1cf11
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class JEIModule implements IJEI
@Override
public boolean isEnabled()
{
return false;
return jei.isEnabled();
}
}