Skip to content

Commit

Permalink
Arreglo de Bugs y Paridad de Idioma
Browse files Browse the repository at this point in the history
Se Arregla un bug presente en la herramienta Lanzador y se realizan cambios para paridad de idioma en ambas Herramientas.
  • Loading branch information
ngdplnk committed Jul 20, 2022
1 parent c66eee8 commit 2c3d07a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions var/windows/installer/maincode_installer_esp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ echo(
echo (I) Instalar un Servidor
echo (L) Lista de Versiones
echo (D) Modo Debug
echo (A) Acerca de
echo (C) Copyright
echo (S) Salir
echo(
set /P menu=Elige una de las opciones =
if /I "%menu%" EQU "I" goto :version
if /I "%menu%" EQU "L" goto :vslist
if /I "%menu%" EQU "D" goto :dbmode
if /I "%menu%" EQU "A" goto :about
if /I "%menu%" EQU "C" goto :about
if /I "%menu%" EQU "S" goto :exit
goto :init

Expand Down Expand Up @@ -219,7 +219,7 @@ curl https://server.properties >C:\SSTools4MC\NeededFiles\server.properties
copy C:\SSTools4MC\NeededFiles\server.properties %USERPROFILE%\Desktop\Servidor\
rd /s /q C:\SSTools4MC
cd %USERPROFILE%\AppData\Roaming
copy %USERPROFILE%\AppData\Roaming\Launcher.exe "%USERPROFILE%\Desktop\Servidor\Abrir Server.exe"
copy %USERPROFILE%\AppData\Roaming\launcher_esp.exe "%USERPROFILE%\Desktop\Servidor\Abrir Server.exe"
goto :listo

:listo
Expand Down Expand Up @@ -395,14 +395,14 @@ echo(
echo (I) Instalar un Servidor
echo (L) Lista de Versiones
echo (D) Modo Debug
echo (A) Acerca de
echo (C) Copyright
echo (S) Salir
echo(
set /P menu=Elige una de las opciones =
if /I "%menu%" EQU "I" goto :version
if /I "%menu%" EQU "L" goto :vslist
if /I "%menu%" EQU "D" goto :dbmode
if /I "%menu%" EQU "A" goto :about
if /I "%menu%" EQU "C" goto :about
if /I "%menu%" EQU "S" goto :exit
goto :init

Expand All @@ -421,7 +421,7 @@ REM Se crean estas anotaciones por un tema de órden y rapidez al momento de act

:about
cls
echo Lanzador de Servidores de Minecraft
echo Instalador de Servidores para Minecraft
echo ------------------------------------
echo(
echo Se abrira la informacion sobre Copyright mas reciente en el navegador.
Expand All @@ -437,7 +437,7 @@ REM Se crean estas anotaciones por un tema de órden y rapidez al momento de act
cls
echo(
echo --------------------------------------------
echo Muchas Gracias por usar esta Herramienta
echo Gracias por usar esta Herramienta
echo MIT License - Copyright (c) 2022 NGDPL Nk
echo --------------------------------------------
echo(
Expand Down
8 changes: 4 additions & 4 deletions var/windows/launcher/maincode_launcher_esp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo(
set /P menu=Elige una de las opciones =
if /I "%menu%" EQU "I" goto :ram
if /I "%menu%" EQU "D" goto :dbmode
if /I "%menu%" EQU "A" goto :about
if /I "%menu%" EQU "C" goto :about
if /I "%menu%" EQU "S" goto :exit
goto :init

Expand Down Expand Up @@ -119,13 +119,13 @@ echo Estas en el Menu Principal
echo(
echo (I) Iniciar el Servidor
echo (D) Modo Debug
echo (A) Acerca de
echo (C) Copyright
echo (S) Salir
echo(
set /P menu=Elige una de las opciones =
if /I "%menu%" EQU "I" goto :ram
if /I "%menu%" EQU "D" goto :dbmode
if /I "%menu%" EQU "A" goto :about
if /I "%menu%" EQU "C" goto :about
if /I "%menu%" EQU "S" goto :exit
goto :init

Expand Down Expand Up @@ -160,7 +160,7 @@ REM Se crean estas anotaciones por un tema de órden y rapidez al momento de act
cls
echo(
echo --------------------------------------------
echo Muchas Gracias por usar esta Herramienta
echo Gracias por usar esta Herramienta
echo MIT License - Copyright (c) 2022 NGDPL Nk
echo --------------------------------------------
echo(
Expand Down

0 comments on commit 2c3d07a

Please sign in to comment.