feat(about): JSTUN

This commit is contained in:
huanghongxun
2021-09-28 21:42:40 +08:00
parent ee4c03a427
commit 8100662eb5
2 changed files with 7 additions and 2 deletions

View File

@@ -161,7 +161,12 @@ public class AboutPage extends StackPane {
openNBT.setSubtitle("Copyright (C) 2013-2021 Steveice10.\nLicensed under the MIT License.");
openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT");
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT);
IconedTwoLineListItem jstun = new IconedTwoLineListItem();
openNBT.setTitle("JSTUN");
openNBT.setSubtitle("Copyright (c) 2005 Thomas King <king@t-king.de>.\nLicensed under the Apache License 2.0.");
openNBT.setExternalLink("https://github.com/tking/JSTUN");
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun);
}
ComponentList legal = new ComponentList();

View File

@@ -64,7 +64,7 @@ public final class MultiplayerManager {
private static final String CATO_PATH = getCatoPath();
private static final String REMOTE_ADDRESS = "127.0.0.1";
private static final String LOCAL_ADDRESS = "127.0.0.1";
private static final String LOCAL_ADDRESS = "0.0.0.0";
private static final String MODE = "p2p";
private MultiplayerManager() {