Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Aug 21, 2024
1 parent f367c94 commit 7b4bc9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class ReIndevProvider(project: Project, sourceSet: SourceSet) : MinecraftProvide

override fun foxLoader(action: FoxLoaderPatcher.() -> Unit) {
mcPatcher = FoxLoaderMinecraftTransformer(project, this).also {
patcherActions.addFirst {
action(it)
patcherAction = {
action(it as FoxLoaderPatcher)
}
}
}
Expand Down

0 comments on commit 7b4bc9f

Please sign in to comment.