diff --git a/src/main/kotlin/platform/fabric/reference/FabricClientUseScopeEnlarger.kt b/src/main/kotlin/platform/fabric/reference/FabricClientUseScopeEnlarger.kt index fef41cd83..c3b5827cf 100644 --- a/src/main/kotlin/platform/fabric/reference/FabricClientUseScopeEnlarger.kt +++ b/src/main/kotlin/platform/fabric/reference/FabricClientUseScopeEnlarger.kt @@ -49,7 +49,7 @@ class FabricClientUseScopeEnlarger : UseScopeEnlarger() { val moduleWithDeps = GlobalSearchScope.moduleWithDependenciesScope(module) FilenameIndex.getVirtualFilesByName(FabricConstants.FABRIC_MOD_JSON, moduleWithDeps) } - ).inSmartMode(element.project).executeSynchronously() + ).executeSynchronously() } }