Removed pointless "> "

This commit is contained in:
Anuken 2019-12-28 18:12:34 -05:00
parent 7543d92473
commit 497ae740aa
2 changed files with 1 additions and 3 deletions

View file

@ -84,6 +84,7 @@ public class BeControl{
if(!updateAvailable) return;
if(!headless){
checkUpdates = false;
ui.showCustomConfirm(Core.bundle.format("be.update", "") + " " + updateBuild, "$be.update.confirm", "$ok", "$be.ignore", () -> {
boolean[] cancel = {false};
float[] progress = {0};