Skip to content

Commit

Permalink
remove pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Dec 17, 2023
1 parent bd3d891 commit 856f680
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class OptifineInjector {
}

// let's make every class we touch public
// is this necessary ? I don 't think so
if (!FabricLoader.getInstance().isDevelopmentEnvironment()) {
target.access = modAccess(target.access);
target.methods.forEach(methodNode -> methodNode.access = modAccess(methodNode.access));
Expand Down

0 comments on commit 856f680

Please sign in to comment.