Skip to content

Commit

Permalink
Stop relying on --version for frame name
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Oct 16, 2024
1 parent 1cd7dc3 commit 6fee1bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ public static boolean getFullscreen() {

// Used by LWJGLFramePatch
public static String getFrameName() {
return getValue("version", "Minecraft");
return getValue("frameName", "Minecraft");
}
}

0 comments on commit 6fee1bb

Please sign in to comment.