Skip to content

Commit

Permalink
fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Aug 4, 2024
1 parent 347012b commit f52eb98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ open class MinecraftProvider(project: Project, sourceSet: SourceSet) : Minecraft

override val sourceProvider = SourceProvider(project, this)

private val patcherActions = ArrayDeque<() -> Unit>()
protected val patcherActions = ArrayDeque<() -> Unit>()

override val combinedWithList = mutableSetOf<Pair<Project, SourceSet>>()

Expand Down

0 comments on commit f52eb98

Please sign in to comment.