Skip to content

Commit

Permalink
stage1/ml9: improve comment in EssentialMixinPluginLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Aug 24, 2024
1 parent ed78429 commit 2955dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class EssentialMixinPluginLoader {

public EssentialMixinPluginLoader() throws Exception {
// Check if another transformation service has already loaded stage2 (we do not want to load it twice)
// Check if stage 2 has already been loaded by a transformation service
final TypesafeMap blackboard = Launcher.INSTANCE.blackboard();
final TypesafeMap.Key<ITransformationService> LOADED =
TypesafeMap.Key.getOrCreate(blackboard, KEY_LOADED, ITransformationService.class);
Expand Down

0 comments on commit 2955dfd

Please sign in to comment.