mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Removed pointless "> "
This commit is contained in:
parent
7543d92473
commit
497ae740aa
2 changed files with 1 additions and 3 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue