From 2c3d07aa74b1b87cdd9bca67d6070e97fe70093c Mon Sep 17 00:00:00 2001 From: NGDPL Nk Date: Wed, 20 Jul 2022 19:26:15 -0400 Subject: [PATCH] Arreglo de Bugs y Paridad de Idioma Se Arregla un bug presente en la herramienta Lanzador y se realizan cambios para paridad de idioma en ambas Herramientas. --- var/windows/installer/maincode_installer_esp.bat | 14 +++++++------- var/windows/launcher/maincode_launcher_esp.bat | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/var/windows/installer/maincode_installer_esp.bat b/var/windows/installer/maincode_installer_esp.bat index 68a1933..2f0f8e7 100644 --- a/var/windows/installer/maincode_installer_esp.bat +++ b/var/windows/installer/maincode_installer_esp.bat @@ -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 @@ -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 @@ -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 @@ -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. @@ -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( diff --git a/var/windows/launcher/maincode_launcher_esp.bat b/var/windows/launcher/maincode_launcher_esp.bat index 94889a9..424b30b 100644 --- a/var/windows/launcher/maincode_launcher_esp.bat +++ b/var/windows/launcher/maincode_launcher_esp.bat @@ -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 @@ -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 @@ -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(