From ab9fb665d0fa7f444739bf4b14cca3ccdf1b02e7 Mon Sep 17 00:00:00 2001 From: phikill Date: Thu, 26 Jun 2025 21:58:36 +0000 Subject: [PATCH] Atualizar custom_lobby/static/js/main_lobby.js --- custom_lobby/static/js/main_lobby.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_lobby/static/js/main_lobby.js b/custom_lobby/static/js/main_lobby.js index f7959ed..9142789 100644 --- a/custom_lobby/static/js/main_lobby.js +++ b/custom_lobby/static/js/main_lobby.js @@ -30,7 +30,7 @@ var serverList = { name: "LOCALHOST - 127.0.0.1", description: "connect to localhost", - //ip: "127.0.0.1:7777" + ip: "127.0.0.1:7777" } ]