feat(about): JSTUN
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user