Skip to content

Commit

Permalink
Deprecate userdev launch targets and merge them into the dev launch t…
Browse files Browse the repository at this point in the history
…argets
  • Loading branch information
shartte committed Nov 20, 2024
1 parent 191d059 commit c3b6de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class CommonDevLaunchHandler extends CommonLaunchHandler {
/**
* A file we expect to find in the classpath entry that contains the Minecraft code.
*/
private static final String MINECRAFT_CLASS_PATH = "net/minecraft/client/Minecraft.class";
private static final String MINECRAFT_CLASS_PATH = "net/minecraft/DetectedVersion.class";

@Override
public boolean isProduction() {
Expand Down

0 comments on commit c3b6de6

Please sign in to comment.