Compare commits
2 Commits
tests
...
a578df5184
Author | SHA1 | Date | |
---|---|---|---|
a578df5184 | |||
4c06425cd2 |
@ -11,7 +11,6 @@ import java.io.IOException;
|
|||||||
public class ConfigHelper {
|
public class ConfigHelper {
|
||||||
|
|
||||||
public static String standartConfig = "conf.ini"; // Config.ini befindet sich im Root Verzeichnis
|
public static String standartConfig = "conf.ini"; // Config.ini befindet sich im Root Verzeichnis
|
||||||
public static String standartLangDe = "langde.ini"; // langde.ini befindet sich im Root Verzeichnis
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Liest einen Int aus der Config aus
|
* Liest einen Int aus der Config aus
|
||||||
@ -103,12 +102,4 @@ public class ConfigHelper {
|
|||||||
public static String getStandartConfig() {
|
public static String getStandartConfig() {
|
||||||
return standartConfig;
|
return standartConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt den namen des standard langde file zurück
|
|
||||||
* @return Name des standard langde files
|
|
||||||
*/
|
|
||||||
public static String getStandartLangde() {
|
|
||||||
return standartLangDe;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user