File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed
cli/src/main/java/org/mcphackers/mcp/main Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ public MainCLI(String[] args) {
103103 mode = TaskMode .EXIT ;
104104 } else {
105105 str = str .trim ();
106- if (str .length () == 0 ) {
106+ if (str .isEmpty () ) {
107107 continue ;
108108 }
109109 System .out .print (new Ansi ().fgDefault ());
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ task.param.side = Nastavit stranu
103103task.param.src = Vyčistit zdroje
104104task.param.patch = Aplikovat patche
105105task.param.ignore = Nastavit ignorované balíčky
106- task.param.ind = Nastavit odsazovací string
107106task.param.obf = Obfuskovat třídy modu
108107task.param.fullbuild = Plné sestavení
109108task.param.runbuild = Spustit sestavení
@@ -121,4 +120,4 @@ task.param.outputsrc = Výstup zdrojového kódu
121120
122121tasks.success = Úspěšně dokončeno!
123122tasks.warning = Dokončeno s varováními!
124- tasks.error = Dokončeno s chybami!
123+ tasks.error = Dokončeno s chybami!
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ task.param.side = Définir le côté
103103task.param.src = Nettoyer les sources
104104task.param.patch = Appliquer les correctifs
105105task.param.ignore = Définir les packages ignorés
106- task.param.ind = Définir le string d'indentation
107106task.param.obf = Obfusquer les classes des mods
108107task.param.fullbuild = Build complet
109108task.param.runbuild = Démarrer le build
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ task.param.side = Velg side
105105task.param.src = Kilderens
106106task.param.patch = Legg til patcher
107107task.param.ignore = Angi ignorerte pakker
108- task.param.ind = Angi innrykksstreng
109108task.param.obf = Obfusker modifikasjonsklasser
110109task.param.excludedclasses = Ekskluderte klasser
111110task.param.fullbuild = Bygg alt
@@ -124,4 +123,4 @@ task.param.outputsrc = Utdatakilde
124123
125124tasks.success = Fullført!
126125tasks.warning = Fullført med advarsler!
127- tasks.error = Fullført med feil!
126+ tasks.error = Fullført med feil!
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ task.param.side = Задать сторону
9797task.param.src = Очистка кода
9898task.param.patch = Применить патчи
9999task.param.ignore = Задать игнорируемые пакеты
100- task.param.ind = Задать строку отступа
101100task.param.obf = Обфусицировать мод
102101task.param.fullbuild = Полная сборка
103102task.param.runbuild = Запускать сборку
@@ -114,4 +113,4 @@ task.param.outputsrc = Выводить исходный код
114113
115114tasks.success = Завершено успешно!
116115tasks.warning = Завершено с предупреждениями!
117- tasks.error = Завершено с ошибками!
116+ tasks.error = Завершено с ошибками!
You can’t perform that action at this time.
0 commit comments