Skip to content

Commit

Permalink
really fabric, why....
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Aug 18, 2024
1 parent 79ffef2 commit 4b8c262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object AccessWidenerApplier {

fun nsName(config: MappingsConfig<*>, namespace: Namespace) =
if (config.isOfficial(namespace.name)) {
"official"
"intermediary" // -_-
} else if (config.isIntermediary(namespace.name)) {
"intermediary"
} else {
Expand Down

0 comments on commit 4b8c262

Please sign in to comment.