Skip to content

Commit

Permalink
Fix launching with refmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 1, 2024
1 parent 27e6d0a commit 5fef393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void onLoad(String mixinPackage) {

@Override
public String getRefMapperConfig() {
return PlatformInfoAccess.getInstance().platformUsesRefmap() ? null : "sodium.refmap.json";
return PlatformInfoAccess.getInstance().platformUsesRefmap() ? "sodium.refmap.json" : null;
}

@Override
Expand Down

0 comments on commit 5fef393

Please sign in to comment.