-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
ParselyGame/launchers/gabywald/parsely/launcher/ParselyMain.java
Lines 43 to 48 in fe0a48f
| // TODO change to make properties file loadable from a JAR | |
| try (InputStream input = new FileInputStream(ParselyMain.CONFIG_SOCKET_PROPERTIES)) { | |
| Properties prop = new Properties(); | |
| prop.load(input); | |
| // System.out.println(prop.getProperty("server.host")); |