Make search box toggle key configurable (#3650)

Fixes #3641
This commit is contained in:
fscan
2018-08-01 00:20:17 +02:00
committed by GitHub
parent 390ad875ee
commit 73f471e685
7 changed files with 81 additions and 1 deletions
+2
View File
@@ -198,6 +198,8 @@ public final class AppEng
final Stopwatch start = Stopwatch.createStarted();
AELog.info( "Initialization ( started )" );
AppEng.proxy.init();
if( this.exportConfig.isExportingItemNamesEnabled() )
{
if( FMLCommonHandler.instance().getSide().isClient() )