Skip to content

Commit

Permalink
Actualización código fuente
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Sep 6, 2023
1 parent b859725 commit e2b7b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 101 deletions.
49 changes: 0 additions & 49 deletions python/launcher/launcher_eng.spec

This file was deleted.

6 changes: 3 additions & 3 deletions python/launcher/launcher_esp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def limpiar_consola():

#NOMBRE VENTANA
if sys.platform.startswith('win32'):#WINDOWS
ctypes.windll.kernel32.SetConsoleTitleW("Lanzador de Servidores para Minecraft")
ctypes.windll.kernel32.SetConsoleTitleW("BETA Lanzador de Servidores para Minecraft")
elif sys.platform.startswith('linux') or sys.platform.startswith('darwin'):#LINUX O MACOS
sys.stdout.write(f"\x1b]2;Lanzador de Servidores para Minecraft\x07")
sys.stdout.write(f"\x1b]2;BETA Lanzador de Servidores para Minecraft\x07")

#VERSIÓN
def version():
Expand Down Expand Up @@ -395,7 +395,7 @@ def exiit():
#REAGREGAR OPCIONES CUANDO SEAN AÑADIDAS COMPLETAMENTE Y ERRORES SOLUCIONADOS
while True:
limpiar_consola()
seleccion = input("Lanzador de Servidores para Minecraft\n-------------------------------------\n\nMenú Principal\n\n(1) Iniciar Servidor\n(2) Licencia\n(3) Salir\n\nSelecciona una opción= ")
seleccion = input("BETA - 23w36a\nLanzador de Servidores para Minecraft\n-------------------------------------\n\nMenú Principal\n\n(1) Iniciar Servidor\n(2) Licencia\n(3) Salir\n\nSelecciona una opción= ")
if seleccion == "1":
ram()
elif seleccion == "4":
Expand Down
49 changes: 0 additions & 49 deletions python/launcher/launcher_esp.spec

This file was deleted.

0 comments on commit e2b7b6a

Please sign in to comment.