From d4d389b70d17c9514ad35178c886bcee947c6ad6 Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Sun, 5 May 2019 09:42:25 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=A0=D0=B5=D0=B3=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D1=8F=20=D0=B2=20dialog.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/runtime/dialog/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/runtime/dialog/dialog.js b/Launcher/runtime/dialog/dialog.js index b6a66121..a628f9ed 100644 --- a/Launcher/runtime/dialog/dialog.js +++ b/Launcher/runtime/dialog/dialog.js @@ -328,7 +328,7 @@ function updateProfilesList(profiles) { serverList.getChildren().clear(); var index = 0; profiles.forEach(function(profile, i, arr) { - pingers[profile] = new ServerPinger(profile.getServerSocketAddress(), profile.getVersion()); + pingers[profile] = new ServerPinger(profile); var serverBtn = new javafx.scene.control.ToggleButton(profile);