Skip to content

Commit

Permalink
missing semicolon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 3, 2024
1 parent e2b8b64 commit 8a4eac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static void launchMinecraft(final AppCompatActivity activity, MinecraftAc
.setPositiveButton(android.R.string.ok, (d, w)->{});

if(LifecycleAwareAlertDialog.haltOnDialog(activity.getLifecycle(), activity, dialogCreator)) {
versionId = "1.12.2"
versionId = "1.12.2";
}
}

Expand Down

0 comments on commit 8a4eac1

Please sign in to comment.